edgeStatus
NSX Edge Appliance status.
{
"edgeVmStatus": [
{
"edgeVMStatus": "string",
"name": "string",
"index": 0,
"id": "string",
"haState": "string",
"preRulesGenerationNumber": 0
}
],
"lastPublishedPreRulesGenerationNumber": 0,
"preRulesExists": false,
"haVnicInUse": 0,
"systemStatus": "string",
"featureStatuses": [
{
"configured": false,
"serverStatus": "string",
"service": "string",
"publishStatus": "string",
"status": "string"
}
],
"edgeStatus": "string",
"version": 0,
"publishStatus": "string",
"timestamp": 0,
"activeVseHaIndex": 0
}
Detailed status of each of the deployed NSX Edge appliances.
Value of the last published pre rules generation number.
Value is true if pre rules publish is enabled.
Index of the vnic consumed for NSX Edge HA.
System status of the active NSX Edge appliance.
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.
Version number of the current configuration.
Status of the latest configuration change for the NSX Edge. Values are APPLIED or PERSISTED (not published to NSX Edge Appliance yet).
Timestamp value at which the NSX Edge healthcheck was done.
Index of the active NSX Edge appliance. Values are 0 and 1.