3.1.5.17.2.2.1.1.1 Request Body

The format for the request body for the bgpPeers PUT method is as follows.

 {
   "resourceId": "Peer1",
   "properties": {
     "peerIpAddress": "40.1.1.4",
     "asNumber": "1236",
     "extAsNumber": "0.1236",
     "policyMapIn": null,
     "policyMapOut": null
   }
 }

The JSON schema for the bgpPeers PUT method is located in section 6.15.4.4.1.