System Administration > Configuration > Site Management

Get the switchover status

Request:

Method:
GET
URI Path(s):
/api/v1/sites/switchover-status
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/sites/switchover-status

Successful Response:

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

Example Response:

{ "overall_status": "ERROR", "note": "", "current_step": { "name": "precheck", "description": "precheck", "parts": [ { "name": "precheck", "description": "precheck", "status": "ERROR", "percentage": 0, "error": "Some problem have occured" } ] }, "current_step_number", 1, "number_of_stemps", 6 }

Required Permissions:

read

Feature:

cluster_management

Additional Errors: