Get Universal Router Health
DescriptionGet Health information of a universal router and its associated entities such as egress points and routing. It includes information about reachability status of all the participating vDC’s of referenced vDC group and it also includes information about all the nsx managers covered by this universal router along with associated nsx controller cluster.
Request
URLURL
Path Parameters
Path Parameters
Authentication
Response
Response BodyResponse Body
200 OK
{
"controlPlaneHealth": {
"action": "string",
"code": 0,
"component": "string",
"message": "string",
"status": "enum"
},
"controlVmHealth": [
{
"action": "string",
"code": 0,
"component": "string",
"message": "string",
"status": "enum"
}
],
"nsxManagersHealth": [
{
"action": "string",
"code": 0,
"component": "string",
"message": "string",
"status": "enum"
}
],
"vdcReachabilityStatus": [
{
"action": "string",
"code": 0,
"component": "string",
"message": "string",
"status": "enum"
}
]
}
Status of the nsx controller cluster associated with the nsx managers.
Status of all the universal router control VMs within each network provider scope. This also includes status of egress points and routes configured for the universal router.
Status of all the nsx managers spanned by the universal router.
Reachability status for local and remote participating vDC’s of referenced vDC group. States whether a vDC is reachable from this local site.
Errors
The specified resource was not found