-------------------------------------------
Original Message:
Sent: Dec 05, 2025 12:56 PM
From: fakhr fakhar
Subject: NSX: offboarding is not completed (Error code:530028)
"status": "TERMINAL_FAILED",
"message": "Site offboarding failed at the final stage. Stage will be retried. Error: null",
"resource_type": "SiteOffBoardingState",
"id": "site-offboarding-state",
"display_name": "site-offboarding-state",
"path": "/infra/site-offboarding-state",
"relative_path": "site-offboarding-state",
"remote_path": "",
"marked_for_delete": false,
"overridden": false,
"_system_owned": false,
"_protection": "NOT_PROTECTED",
"_create_time": 1764703959747,
"_create_user": "'globalmanageridentity'",
"_last_modified_time": 1764957357459,
"_last_modified_user": "system",
"_revision": 99279
} this is the statu
Original Message:
Sent: Dec 04, 2025 08:08 AM
From: Mohit Joshi
Subject: NSX: offboarding is not completed (Error code:530028)
Run the following API call to understand current status of off-boarding and if it matches open a GSS support ticket.
curl -k -u admin -X GET
https://localhost/policy/api/v1/infra/site/offboarding-status
https://knowledge.broadcom.com/external/article/376825/onboarding-local-manager-to-global-manag.html
Original Message:
Sent: Dec 03, 2025 03:09 PM
From: fakhr fakhar
Subject: NSX: offboarding is not completed (Error code:530028)
I am encountering a persistent issue when attempting to re-add a Local Manager (LM) to my Global Manager (GM) in an NSX Federation environment
.{ "status" : "TERMINAL_FAILED",
"message" : "Site offboarding failed at the final stage. Stage will be retried. Error: null", "id" :
"site-offboarding-state", "path" : "/infra/site-offboarding-state", //... other fields }
-------------------------------------------