3.1.5.1.1.2.2 Response Body

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

 {
   "resourceRef": "/accessControlLists/ff285019-45d6-4afa-a109-9faca0fda415",
   "resourceId": "ff285019-45d6-4afa-a109-9faca0fda415",
   "etag": "W/\"9b5305e6-3cf4-45d6-a108-6bce0411f0ab\"",
   "instanceId": "99d5c41e-fba5-4bbd-aa63-2c6ba3da7553",
   "properties": {
     "provisioningState": "Succeeded",
     "aclRules": [
       {
         "resourceRef": "/accessControlLists/ff285019-45d6-4afa-a109-9faca0fda415/aclRules/b5bfc35d-423a-4c2f-9cf0-5f2c5aa4482e",
         "resourceId": "b5bfc35d-423a-4c2f-9cf0-5f2c5aa4482e",
         "etag": "W/\"9b5305e6-3cf4-45d6-a108-6bce0411f0ab\"",
         "instanceId": "4a36c357-33df-41bd-b5a4-a7fdc57af257",
         "properties": {
           "provisioningState": "Succeeded",
           "protocol": "All",
           "sourcePortRange": "0-65535",
           "destinationPortRange": "2003",
           "action": "Allow",
           "sourceAddressPrefix": "*",
           "destinationAddressPrefix": "13.168.100.23",
           "priority": "200",
           "type": "Inbound",
           "logging": "Enabled",
           "description": "CTS rule"
         }
       }
     ],
     "ipConfigurations": [
       {
         "resourceRef": "/networkInterfaces/6ebf2132-2871-4535-b412-b6e255bcafa2/ipConfigurations/74fe0850-09a0-4526-9d43-906cd4e6f52a"
       }
     ],
     "subnets": [],
     "configurationState": {
       "status": "Failure",
       "lastUpdatedTime": "2016-06-14T19:11:54.416138-07:00",
       "id": "c08b3aec-be27-4be2-ab5e-19e1705ca555",
       "virtualNetworkInterfaceErrors": [
         {
           "status": "Failure",
           "detailedInfo": [
             {
               "source": "Firewall",
               "message": "The Firewall Service encountered an error in pushing the rules to the Virtual machine host, through Ovsdb protocol. Error Code : 80131500",
               "code": "PolicyConfigurationFailure"
             }
           ],
           "lastUpdatedTime": "2016-06-14T19:11:54.416138-07:00",
           "id": "4058b793-6c28-43d4-a957-937d453075d7"
         }
       ]
     }
   },
   "tags": {
     "good": "0",
     "full": "empty"
   }
 } 

The JSON schema for the accessControlLists GET method is located in section 6.1.2.