InterSiteBgpSummary (type)

{
  "id": "InterSiteBgpSummary", 
  "module_id": "AggSvcInterSite", 
  "properties": {
    "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": "BgpNeighborStatus
      }, 
      "readonly": true, 
      "title": "Inter-site IBgp neighbors status", 
      "type": "array"
    }, 
    "transport_node_id": {
      "description": "Edge node id whose status is being reported.", 
      "readonly": true, 
      "required": true, 
      "title": "Edge node id", 
      "type": "string"
    }
  }, 
  "type": "object"
}