3.1.5.10.1.3.2 Response Body

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

 {
   "value": [
     {
       "resourceRef": "/routeTables/rt",
       "resourceId": "rt",
       "resourceMetadata": {},
       "etag": "W/\"153bce9f-1830-4f13-b90d-a7017119ac24\"",
       "instanceId": "0cbeadb5-6bc8-41b6-9bba-6b96ca010eba",
       "properties": {
         "provisioningState": "Succeeded",
         "routes": [
           {
             "resourceRef": "/routeTables/rt/routes/4f7b9b29-6744-436d-af0e-779fa7093f29",
             "resourceId": "4f7b9b29-6744-436d-af0e-779fa7093f29",
             "resourceMetadata": {},
             "etag": "W/\"153bce9f-1830-4f13-b90d-a7017119ac24\"",
             "instanceId": "cdbf5edf-d288-4d8e-89b9-f45a2a1d59ec",
             "properties": {
               "provisioningState": "Succeeded",
               "addressPrefix": "11.0.0.0/24",
               "nextHopType": "VirtualAppliance",
               "nextHopIpAddress": "12.0.0.21"
             }
           }
         ],
         "subnets": []
       }
     }
   ],
   "nextLink": ""
 }

The JSON schema for the routeTables GET ALL method is located in section 6.10.3.