Management Plane Health
Get health stats for policy and the dependent services.
Request
URI
GET
https://nsxmanager.your.domain/api/v1/management-plane-health
COPY
Responses
200
OK
Operation doesn't return any data structure
400
Bad Request
Returns
BadRequest
of type(s)
application/json
{
"details": "string",
"error_code": 0,
"error_data": {},
"error_message": "string",
"module_name": "string",
"related_errors": [
{
"details": "string",
"error_code": 0,
"error_data": {},
"error_message": "string",
"module_name": "string"
}
]
}
412
Returns
PreconditionFailed
of type(s)
application/json
Operation doesn't return any data structure
500
Returns
InternalServerError
of type(s)
application/json
Operation doesn't return any data structure
503
Returns
ServiceUnavailable
of type(s)
application/json
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/v1/management-plane-health
Management Plane Api Operations
GET
Management Plane Health