TACACS+ clients (/tacplusclients/)
URL: https://[server_name]/api/v1/tacplusclients/
This endpoint represents TACACS+ Client resource.
Supported fields
Field | Display name | Type | Required | Other restrictions |
---|---|---|---|---|
name | TACACS+ client name | String | Yes | Max length = 32. |
address | TACACS+ IP address or subnet | String | Yes | Max length = 47. |
secret | TACACS+ client secret | String | Yes | Max length = 63. |
Allowed methods
HTTP method | Resource URI | Action |
---|---|---|
GET | /api/v1/tacplusclients/ | Get all Get all TACACS+ clients. |
GET | /api/v1/tacplusclients/[id]/ | Get a specific TACACS+ client with ID. |
POST | /api/v1/tacplusclients/ | Create a new TACACS+ client. |
PUT | /api/v1/tacplusclients/[id]/ | Update an existing TACACS+ client specified with ID. |
DELETE |
/api/v1/tacplusclients/[id]/ | Delete the TACACS+ client corresponding to ID. |
Allowed filters
Field | Lookup expressions | Values |
---|---|---|
name | exact
|