tacacscommandsets
GET {{base_url}}/ers/config/tacacscommandsets
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":1,"resources":[{"id":"1b116e40-78ab-11eb-b39e-2284e1c57b72","name":"DenyAllCommands","description":"Default Command Set","link":{"rel":"self","href":"https://ise.securitydemo.net:9060/ers/config/tacacscommandsets/1b116e40-78ab-11eb-b39e-2284e1c57b72","type":"application/json"}}]}}