Access Control List

List all IP ranges for ACL

Get all IP ranges for an access control list entry.

get/accessControlLists/{accessControlListId}/ipRanges

Response

The list of IP ranges

totalItemsinteger

Total size of the result.

pageNumberstring

The token to be used for listing the next page

sizeinteger

The number of items per page. default is 1000

Example response

{
  "ipRanges": [
    {
      "description": "West wing of office",
      "ipAddress": "10.0.1.1",
      "range": 32,
      "createTime": "2021-11-01T23:20:50Z",
      "updateTime": "2021-11-01T23:20:50Z"
    }
  ],
  "totalItems": 10000,
  "pageNumber": "1",
  "size": 2000
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.