NSX-T Data Center REST API

Get health stats for policy and the dependent services.

Get health stats for policy and the dependent services.

Request:

Method:
GET
URI Path(s):
/api/v1/management-plane-health
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/management-plane-health

Successful Response:

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

Example Response:

{ "consolidated_status" : { "reason" : "All components are healthy.", "status" : "UP" }, "basic" : { "policy" : { "reason" : "Policy is up and running", "status" : "UP" } }, "integrated" : { "ar" : { "reason" : "ar client is available", "status" : "UP" }, "corfu" : { "reason" : "corfu is connected successfully", "status" : "UP" }, "gm_to_lm_connection" : [ { "reason" : "Connection is alive", "to_site_id" : "27f16372-4764-45f9-9259-b2dbabf080ec", "from_site_id" : "f2b95158-f4ec-48c7-9bb0-d055e51cf109", "status" : "UP" } ], "lm_to_gm_connection" : [ { "reason" : "Connection is alive", "to_site_id" : "f2b95158-f4ec-48c7-9bb0-d055e51cf109", "from_site_id" : "27f16372-4764-45f9-9259-b2dbabf080ec", "status" : "UP" } ], "site_manager" : { "reason" : "Site manager is healthy.", "status" : "UP" } } }

Required Permissions:

read

Feature:

policy_migration

Additional Errors: