downloadableacl
GET {{base_url}}/ers/config/downloadableacl
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
size | number | 1 < 20 (Default) <= 100 | |
page | number | 1 (default) <= N | |
filter | string | EQ | |
sortasc | string | Sort Ascending β£ (default) | |
sortdsc | string | Sort Descending β€ |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Request data format | |
Accept | string | Response data format |
RESPONSES
status: OK
{"SearchResult":{"total":4,"resources":[{"id":"9825aa40-8c01-11e6-996c-525400b48521","name":"DENY_ALL_IPV4_TRAFFIC","description":"Deny all ipv4 traffic","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/downloadableacl/9825aa40-8c01-11e6-996c-525400b48521","type":"application/json"}},{"id":"5cc3d850-ea30-11ea-8b14-005056871e13","name":"DENY_ALL_IPV6_TRAFFIC","description":"Deny all ipv6 traffic","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/downloadableacl/5cc3d850-ea30-11ea-8b14-005056871e13","type":"application/json"}},{"id":"982498d0-8c01-11e6-996c-525400b48521","name":"PERMIT_ALL_IPV4_TRAFFIC","description":"Allow all ipv4 Traffic","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/downloadableacl/982498d0-8c01-11e6-996c-525400b48521","type":"application/json"}},{"id":"5cc278c0-ea30-11ea-8b14-005056871e13","name":"PERMIT_ALL_IPV6_TRAFFIC","description":"Allow all ipv6 Traffic","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/downloadableacl/5cc278c0-ea30-11ea-8b14-005056871e13","type":"application/json"}}]}}