Federation > Infra > Global Managers

Switch over from Active to Standby Global Manager

Switch over from Active to Standby Global Manager.
This operation will fail if there is no Standby Global Manager.
This API is only available when using VMware NSX-T.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/infra/global-managers
Request Headers:
n/a
Query Parameters:
GlobalManagerSwitchOverRequestParameter+
Request Body:
n/a

Example Request:

POST https://<policy-mgr>/global-manager/api/v1/global-infra/global-managers?action=managed_switchover

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GlobalManager+

Example Response:

{ "resource_type": "GlobalManager", "id": "london", "gm_id": "dfd93dd9-ea71-41d7-be0d-1b1fca616660", "display_name": "London GM", "path": "/infra/global-managers/london", "parent_path": "/infra/global-managers/london", "relative_path": "london", "mode": "ACTIVE", "_create_user": "admin", "_create_time": 1517262573524, "_last_modified_user": "admin", "_last_modified_time": 1517262573524, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 2 }

Required Permissions:

crud

Feature:

site_admin

Additional Errors: