3.1.5.15.2.1.3.2 Response Body

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

 {
   "value": [
     {
       "resourceRef": "/servers/s27/networkInterfaces/2bd6b8e5-d173-4474-a7ab-cc1f60cba579",
       "resourceId": "2bd6b8e5-d173-4474-a7ab-cc1f60cba579",
       "etag": "W/\"a05b0a83-8051-4379-a1f8-e365c57284f5\"",
       "instanceId": "137a1ebe-9ffc-473a-be69-2f6ed84c0463",
       "properties": {
         "provisioningState": "Succeeded",
         "interfaceIndex": "0",
         "isBMC": "false",
         "logicalSubnets": [
           {
             "resourceRef": "/logicalNetworks/7d14191e-5b55-4e99-9059-a42d120da0ce/subnets/33a30080-b71d-4c64-8385-750525216905"
           }
         ]
       }
     }
   ],
   "nextLink": ""
 }

The JSON schema for the networkInterfaces GET ALL method is contained within the servers GET ALL method schema in section 6.13.6.