PolicyEdgeClusterInterSiteStatus (type)

{
  "additionalProperties": false, 
  "id": "PolicyEdgeClusterInterSiteStatus", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "edge_cluster_name": {
      "description": "Name of the edge cluster whose status is being reported.", 
      "readonly": true, 
      "title": "Edge cluster name", 
      "type": "string"
    }, 
    "edge_cluster_path": {
      "description": "Policy path of the edge cluster whose status is being reported.", 
      "readonly": true, 
      "required": true, 
      "title": "Edge cluster path", 
      "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": "PolicyEdgeClusterMemberInterSiteStatus
      }, 
      "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"
      ], 
      "readonly": true, 
      "title": "Overall IBGP status in the edge cluster", 
      "type": "string"
    }
  }, 
  "type": "object"
}