Delete existing TACACS+ server
Since Product Version: 3.0
Resource URL
/webacs/api/v1/op/aaa/tacacsPlusServerRequest Parameters
Type | Attribute Name | Source | Description |
---|---|---|---|
String |
serverIp required |
query |
the ip address of the TACACS+ server to be deleted |
Response Parameters
Type | Attribute Name | Description |
---|---|---|
boolean |
operationSucceeded |
A flag of a successful operation |
String |
resultMessage |
Description of the operation result |
String |
serverIp |
|
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://172.25.123.114/webacs/api/v1/op/aaa/tacacsPlusServer
<?xml version="1.0" ?> <mgmtResponse responseType="operation" requestUrl="../../../../pages/common/login.jsp.html" rootUrl="https://172.25.123.114/webacs/api/v1/op/"> <deleteServerResult> <operationSucceeded>true</operationSucceeded> <resultMessage>String value</resultMessage> <serverIp>String value</serverIp> </deleteServerResult> </mgmtResponse>
Sample JSON Response Payload
https://172.25.123.114/webacs/api/v1/op/aaa/tacacsPlusServer.json
{ "mgmtResponse" : { "@responseType" : "operation", "@requestUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/aaa\/tacacsPlusServer", "@rootUrl" : "https : \/\/172.25.123.114\/webacs\/api\/v1\/op\/", "deleteServerResult" : { "operationSucceeded" : true, "resultMessage" : "String value", "serverIp" : "String value" } } }