RouterHealthReport
RouterHealthReport
Health Report of a Router
JSON Example
{
"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
}
]
}
array of RouterComponentHealth
nsxManagersHealth
Optional
Status of all the nsx managers spanned by the universal router.
array of RouterComponentHealth
controlVmHealth
Optional
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.
array of RouterComponentHealth
vdcReachabilityStatus
Optional
Reachability status for local and remote participating vDC's of referenced vDC group. States whether a vDC is reachable from this local site.