3.1.5.17.2.2.1.2.2 Response Body

The format for the response body for the bgpPeers GET method is as follows.

 {
   "resourceRef": "/VirtualGateways/VirtualGateway_1/BgpRouters/router1/BgpPeers/Peer1",
   "resourceId": "Peer1",
   "etag": "W/\"6b3cec3d-d04b-4e4b-828b-355cd29d7ece\"",
   "instanceId": "6f6a0c77-3830-4884-9b22-833f58f13e02",
   "properties": {
     "provisioningState": "Succeeded",
     "asNumber": "1236",
     "extAsNumber": "0.1236",
     "peerIpAddress": "40.1.1.4",
     "connectionState": "Disconnected",
     "statistics": {
       "tcpConnectionClosed": "2016-06-15T22:11:33.395-07:00",
       "openMessageStats": {
         "sentCount": 0,
         "receivedCount": 0
       },
       "notificationMessageStats": {
         "sentCount": 0,
         "receivedCount": 0
       },
       "keepAliveMessageStats": {
         "sentCount": 0,
         "receivedCount": 0
       },
       "routeRefreshMessageStats": {
         "sentCount": 0,
         "receivedCount": 0
       },
       "updateMessageStats": {
         "sentCount": 0,
         "receivedCount": 0
       },
       "ipv4Route": {
         "updateSentCount": 0,
         "updateReceivedCount": 0,
         "withdrawlSentCount": 0,
         "withdrawlReceivedCount": 0
       },
       "ipv6Route": {
         "updateSentCount": 0,
         "updateReceivedCount": 0,
         "withdrawlSentCount": 0,
         "withdrawlReceivedCount": 0
       },
       "lastUpdated": "2016-06-16T05:11:39.7306466Z"
     },
     "isGenerated": false
   }
 }

The JSON schema for the bgpPeers GET method is located in section 6.15.4.4.2.