EdgeClusterStatus

EdgeClusterStatus
EdgeClusterStatus
JSON Example
{
    "edge_cluster_id": "string",
    "edge_cluster_status": "string",
    "last_update_timestamp": 0,
    "member_status": [
        {
            "status": "string",
            "transport_node": {
                "is_valid": false,
                "target_display_name": "string",
                "target_id": "string",
                "target_type": "string"
            }
        }
    ]
}
string
edge_cluster_id
Required

Id of the edge cluster whose status is being reported

string
edge_cluster_status
Required

Status of an edge node

Possible values are : UP, DOWN, DEGRADED, UNKNOWN,
integer As int64 As int64
last_update_timestamp
Optional

Timestamp when the cluster status was last updated

member_status
Optional

Per Edge Node Status