NSX-T Data Center Global Manager REST API
Create or patch a Global Manager
Create or patch a Global Manager under Infra.Global Manager id 'self' is reserved and can be used for referring to local
logged in Global Manager.
Example - /infra/global-managers/self
This API is only available when using VMware NSX.
Request:
Method:
PATCH
URI Path(s):
/global-manager/api/v1/global-infra/global-managers/{global-manager-id}
Request Headers:
n/a
Query Parameters:
GlobalManagerSwitchOverRequestParameter+
Request Body:
GlobalManager+
Example Request:
{ "display_name": "Paris GM", "mode": "ACTIVE" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a