Access Control List
Get access control list
Return an access control list by its ID.
get/accessControlLists/{id}
Response
The returned access control list.
Example response
{
"name": "LA Office",
"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"
}
],
"createTime": "2021-11-01T23:20:50Z",
"updateTime": "2021-11-01T23:20:50Z"
}