3.1.5.8.1.2.2 Response Body

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

 {
   "resourceRef": "/logicalNetworks/1b0993ad-9690-4f26-9a99-f4ee1d101c52",
   "resourceId": "1b0993ad-9690-4f26-9a99-f4ee1d101c52",
   "etag": "W/\"88023c76-85bf-4f3a-82a0-f3385025be23\"",
   "instanceId": "6e383781-d3fe-4925-bfb6-b743f7783674",
   "properties": {
     "provisioningState": "Succeeded",
     "subnets": [
       {
         "resourceRef": "/logicalNetworks/1b0993ad-9690-4f26-9a99-f4ee1d101c52/subnets/lnsubnet1",
         "resourceId": "lnsubnet1",
         "etag": "W/\"88023c76-85bf-4f3a-82a0-f3385025be23\"",
         "instanceId": "d99fad69-d311-4a08-bff2-255265dff8aa",
         "properties": {
           "provisioningState": "Succeeded",
           "addressPrefix": "192.168.1.0/24",
           "ipConfigurations": [],
           "networkInterfaces": [],
           "GatewayPools": [],
           "networkConnections": [],
           "vlanId": "1",
           "ipPools": [
             {
               "resourceRef": "/logicalNetworks/1b0993ad-9690-4f26-9a99-f4ee1d101c52/subnets/lnsubnet1/ipPools/{1DAED41A-1D11-4DA5-8839-99B89C7C1806}",
               "resourceId": "{1DAED41A-1D11-4DA5-8839-99B89C7C1806}",
               "etag": "W/\"57d03dea-0e8a-44af-8883-b0f3403de0b9\"",
               "instanceId": "52bd179d-a747-4f2d-9608-cce85ca4365a",
               "properties": {
                 "provisioningState": "Succeeded",
                 "startIpAddress": "192.168.1.0",
                 "endIpAddress": "192.168.1.99"
               }
             }
           ],
           "routes": [
             {
               "resourceRef": "/logicalNetworks/1b0993ad-9690-4f26-9a99-f4ee1d101c52/subnets/lnsubnet1/routes/lnroute1",
               "resourceId": "lnroute1",
               "etag": "W/\"88023c76-85bf-4f3a-82a0-f3385025be23\"",
               "instanceId": "bfb3ddf0-1cb4-413f-bf7d-24649df812ed",
               "properties": {
                 "provisioningState": "Succeeded",
                 "destination": "192.168.1.252/31",
                 "nextHop": "192.168.1.1"
               }
             }
           ],
           "dnsServers": [
             "10.0.0.1"
           ],
           "defaultGateways": [
             "192.168.1.1"
           ],
           "isPublic": true
         }
       }
     ],
     "virtualNetworks": [],
     "networkVirtualizationEnabled": "True"
   }
 }

The JSON schema for the logicalNetworks GET method is located in section 6.8.2.