PolicyEdgeNodeInterSiteBgpSummary (type)

{
  "id": "PolicyEdgeNodeInterSiteBgpSummary", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "edge_node_path": {
      "description": "Edge node path whose status is being reported.", 
      "readonly": true, 
      "required": true, 
      "title": "Edge node path", 
      "type": "string"
    }, 
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp, 
      "description": "Timestamp when the inter-site IBGP neighbors status was last updated.", 
      "readonly": true, 
      "required": true, 
      "title": "Last updated timestamp"
    }, 
    "neighbor_status": {
      "description": "Status of all inter-site IBGP neighbors.", 
      "items": {
        "$ref": "PolicyBgpNeighborStatus
      }, 
      "readonly": true, 
      "title": "Inter-site IBGP neighbors status", 
      "type": "array"
    }
  }, 
  "type": "object"
}