Access Control List
Add IP range to ACL
Add an IP range to an access control list entry.
post/accessControlLists/{accessControlListId}/ipRanges
Request body
Example request
{
"description": "West wing of office",
"ipAddress": "10.0.1.1",
"range": 32,
"createTime": "2021-11-01T23:20:50Z",
"updateTime": "2021-11-01T23:20:50Z"
}Response
The list of IP ranges
Example response
{
"description": "West wing of office",
"ipAddress": "10.0.1.1",
"range": 32,
"createTime": "2021-11-01T23:20:50Z",
"updateTime": "2021-11-01T23:20:50Z"
}