Get Universal Router Health
Get 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.
universalRouterId
universalRouterId
OK
{
"nsxManagersHealth": [
{
"component": "string",
"status": {},
"message": "string",
"action": "string",
"code": 0
}
],
"controlVmHealth": [
{
"component": "string",
"status": {},
"message": "string",
"action": "string",
"code": 0
}
],
"controlPlaneHealth": {
"component": "string",
"status": {},
"message": "string",
"action": "string",
"code": 0
},
"vdcReachabilityStatus": [
{
"component": "string",
"status": {},
"message": "string",
"action": "string",
"code": 0
}
]
}
Status of all the nsx managers spanned by the universal router.
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.
Reachability status for local and remote participating vDC's of referenced vDC group. States whether a vDC is reachable from this local site.
The specified resource was not found
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace