edgeStatus
NSX Edge Appliance status.
{
"preRulesExists": false,
"featureStatuses": [
{
"status": "string",
"configured": false,
"serverStatus": "string",
"publishStatus": "string",
"service": "string"
}
],
"timestamp": 0,
"publishStatus": "string",
"lastPublishedPreRulesGenerationNumber": 0,
"version": 0,
"edgeVmStatus": [
{
"index": 0,
"haState": "string",
"name": "string",
"id": "string",
"edgeVMStatus": "string",
"preRulesGenerationNumber": 0
}
],
"activeVseHaIndex": 0,
"systemStatus": "string",
"haVnicInUse": 0,
"edgeStatus": "string"
}
Value is true if pre rules publish is enabled.
Timestamp value at which the NSX Edge healthcheck was done.
Status of the latest configuration change for the NSX Edge. Values are APPLIED or PERSISTED (not published to NSX Edge Appliance yet).
Value of the last published pre rules generation number.
Version number of the current configuration.
Detailed status of each of the deployed NSX Edge appliances.
Index of the active NSX Edge appliance. Values are 0 and 1.
System status of the active NSX Edge appliance.
Index of the vnic consumed for NSX Edge HA.
NSX Edge appliance health status identified by GREY (unknown status), GREEN (health checks are successful), YELLOW (intermittent health check failure), RED (none of the appliances are in serving state). If health check fails for 5 consecutive times for all appliance (2 for HA else 1) then status will turn from YELLOW to RED.