NSX-T Data Center REST API
PolicyEdgeClusterStatus (type)
{
"id": "PolicyEdgeClusterStatus",
"module_id": "PolicyEdgeClusterStatistics",
"properties": {
"edge_cluster_name": {
"description": "Display name of the edge cluster whose status is being reported.",
"readonly": true,
"title": "Display name of the edge cluster",
"type": "string"
},
"edge_cluster_status": {
"description": "Edge node status",
"enum": [
"UP",
"DOWN",
"DEGRADED",
"UNKNOWN"
],
"required": true,
"title": "Status of an edge node",
"type": "string"
},
"last_update_timestamp": {
"$ref": "EpochMsTimestamp",
"description": "Timestamp when the cluster status was last updated",
"readonly": true,
"required": true,
"title": "Last updated timestamp"
},
"member_status": {
"additionalProperties": false,
"items": {
"$ref": "PolicyEdgeClusterMemberStatus"
},
"readonly": true,
"title": "Per Edge Node Status",
"type": "array"
}
},
"type": "object"
}