3.1.5.8.2.2.1.3.2 Response Body

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

 {
   "value": [
     {
       "resourceRef": "/logicalNetworks/a647c7f3-9203-44df-a15e-bfff856c83d7
          /subnets/d1078059-fe58-4c26-bdce-9bf61e0d2be2/ipPools/9176fa09-48ca-4e0e-b953-
          c9c065561e03",
       "resourceId": "9176fa09-48ca-4e0e-b953-c9c065561e03",
       "etag": "W/\"fd2b18a6-f142-494c-adee-fb244cd7245d\"",
       "instanceId": "10080cf6-504d-4e6c-bf22-d2b90bd51090",
       "properties": {
         "provisioningState": "Succeeded",
         "startIpAddress": "15.65.2.100",
         "endIpAddress": "15.65.2.255",
         "usage": {
           "numberOfIPAddresses": 156,
           "numberofIPAddressesAllocated": 0,
           "numberOfIPAddressesInTransition": 0
         }
       }
     }
   ],
   "nextLink": ""
 }

The JSON schema for the ipPools GET ALL method is located in section 6.8.4.1.3.