URI | Description |
---|---|
<base_URI>/config/running/tacacs-server | TACACS+ server. |
GET, POST, PUT, PATCH, DELETE, OPTIONS, and HEAD operations are supported.
The following example uses the GET option to retrieve the configuration details.
http://host:80/rest/config/running/tacacs-server
None
<tacacs-server xmlns="urn:brocade.com:mgmt:brocade-aaa" xmlns:y="http://brocade.com/ns/rest" y:self="/rest/config/running/tacacs-server"> <host y:self="/rest/config/running/tacacs-server/host/10.20.38.100"> <hostname>10.20.38.100</hostname> <use-vrf>mgmt-vrf</use-vrf> <port>55</port> <protocol>pap</protocol> <key></key> <encryption-level>7</encryption-level> <retries>6</retries> <timeout>10</timeout> </host> <source-ip>chassis-ip</source-ip> </tacacs-server>
The following is an example of the POST operation to add a new host to the TACACS+ server.
http://host:80/rest/config/running/tacacs-server
<host> <hostname>10.20.38.110</hostname> </host>
None
The following is an example of the DELETE operation to remove a host name from the TACACS+ server.
http://host:80/rest/config/running/tacacs-server/host/10.20.38.110
None
None