Get Orgs.sddcs.networks.edges.status
Retrieve the status of the specified management or compute gateway (NSX Edge).
Organization identifier.
Sddc Identifier.
Edge Identifier.
If true, retrieve the status live from the gateway (NSX Edge). If false, retrieve the latest available status from database.
If true, retrieve detailed status per feature. If false, retrieve aggregated summary of status per feature.
OK
{
"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.
Bad request. Request object passed is invalid.
Forbidden. Authorization header not provided
Not found. Requested object not found.