3.1.5.13.1.1.2 Response Body

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

 {
   "resourceRef": "/networkInterfaces/VM12interface",
   "resourceId": "VM12interface",
   "etag": "W/\"6cf71bc5-4624-4903-a1d2-89b9c1f0761f\"",
   "instanceId": "75801123-0db8-4927-987a-bbaf6f4b3326",
   "properties": {
     "provisioningState": "Succeeded",
     "ipConfigurations": [
       {
         "resourceRef": "/networkInterfaces/VM12interface/ipConfigurations/c1fe8acf-cf68-45f0-bc70-f9a1cd8d3953",
         "resourceId": "c1fe8acf-cf68-45f0-bc70-f9a1cd8d3953",
         "etag": "W/\"6cf71bc5-4624-4903-a1d2-89b9c1f0761f\"",
         "instanceId": "00802eaf-97bb-4f85-a4f5-dac025d1cf8f",
         "properties": {
           "provisioningState": "Succeeded",
           "privateIPAddress": "20.168.0.126",
           "privateIPAllocationMethod": "Static",
           "subnet": {
             "resourceRef": "/virtualNetworks/29d028bc-a244-4bec-b3bb-958ea0c64681/subnets/c0f6d801-ca07-4345-8274-20b13454c51a"
           },
           "accessControlList": {
             "resourceRef": "/accessControlLists/28f4e1fc-2d3a-41c0-97f2-261be40bda77"
           },
           "loadBalancerBackendAddressPools": [],
           "loadBalancerInboundNatRules": []
         }
       }
     ],
     "dnsSettings": {},
     "privateMacAddress": "003624000005",
     "privateMacAllocationMethod": "Static",
     "serviceInsertionElements": [],
     "portSettings": {
       "macSpoofingEnabled": "Disabled",
       "arpGuardEnabled": "Disabled",
       "dhcpGuardEnabled": "Disabled",
       "stormLimit": 0,
       "portFlowLimit": 0,
       "iovWeight": 0,
       "iovInterruptModeration": "Off",
       "iovQueuePairsRequested": 0,
       "vmqWeight": 100
     },
     "isHostVirtualNetworkInterface": false,
     "internalDnsNameLabel": "VM10-Adapter1",
     "configurationState": {
       "status": "Failure",
       "detailedInfo": [
         {
           "source": "VirtualSwitch",
           "message": "The host has not yet established communication with the Network Controller.",
           "code": "HostNotConnectedToController"
         }
       ],
       "lastUpdatedTime": "2016-06-23T17:39:16.8945892-07:00",
       "id": "75801123-0db8-4927-987a-bbaf6f4b3326"
     },
     "isMultitenantStack": false
   },
   "tags": {
     "VirtualMachineId": "a898f3ec-aa8c-49de-bbcf-84f59c5e6a53",
     "VnicId": "7edb10da-bcd1-4d2d-87ca-f17405be5849"
   }
 }