NSX-T Data Center REST API

EdgeClusterInterSiteStatus (type)

{
  "additionalProperties": false,
  "id": "EdgeClusterInterSiteStatus",
  "module_id": "AggSvcEdgeCluster",
  "properties": {
    "edge_cluster_id": {
      "description": "Id of the edge cluster whose status is being reported.",
      "readonly": true,
      "required": true,
      "title": "Edge cluster id",
      "type": "string"
    },
    "edge_cluster_name": {
      "description": "Name of the edge cluster whose status is being reported.",
      "readonly": true,
      "title": "Edge cluster name",
      "type": "string"
    },
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp when the edge cluster inter-site status was last updated.",
      "readonly": true,
      "required": true,
      "title": "Last updated timestamp"
    },
    "member_status": {
      "description": "Per edge node inter-site status.",
      "items": {
        "$ref": "EdgeClusterMemberInterSiteStatus"
      },
      "readonly": true,
      "title": "Per edge node inter-site status",
      "type": "array"
    },
    "overall_status": {
      "description": "Overall status of all edge nodes IBGP status in the edge cluster.",
      "enum": [
        "UP",
        "DOWN",
        "DEGRADED",
        "UNKNOWN",
        "CONFIGURED"
      ],
      "readonly": true,
      "title": "Overall IBGP status in the edge cluster",
      "type": "string"
    }
  },
  "type": "object"
}