RouterHealthReport

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
        }
    ]
}
nsxManagersHealth
Optional

Status of all the nsx managers spanned by the universal router.

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.

controlPlaneHealth
Optional

A ComponentHealth object

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.