Read all TACACS+ servers
Since Product Version: 3.0
-
Jump To
- AAA/TACACS+ Servers Operations Service (4)
- AP Onboarding Profile Management Service (4)
- API Health Service (6)
- Access Point Operations (5)
- Alarms Management Service (5)
- Application Visibility and Control Service (1)
- CLI Template Configuration (12)
- Clients (7)
- Compliance Service (5)
- Configuration Archive Service (7)
- Credential Profile Management Service (5)
- Credentials Service (1)
- Device Details (9)
- Device Operations (9)
- Group Management Service (8)
- Group Summary Service (8)
- Guest User Management Service (8)
- Job Operations (6)
- MAC Filters Management Service (5)
- Manage and Monitor Info Service (5)
- Managed Servers Operations (6)
- Plug and Play (11)
- Rate Limits Management Service (2)
- Report Service (4)
- Site Map Service (3)
- Software Updates (2)
- Statistics (91)
- System Settings (26)
- Trap Receivers (4)
- User Defined Field Management (3)
- User Management Service (5)
- VNF Provisioning (16)
- Virtual Domains Management Service (10)
- Virtual Image Repository (8)
- WLAN Provisioning (16)
- Wireless Device Details (22)
- v1
- v2
- v3
- v4
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Credential |
HTTP Methods |
GET |
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/aaa/tacacsPlusServerResponse Parameters
Attribute | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operationSucceeded boolean |
A flag of a successful operation |
|||||||||||||||||||||
resultMessage String |
Description of the operation result |
|||||||||||||||||||||
List of all TACACS+ servers in the system |
||||||||||||||||||||||
|
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://localhost/webacs/api/v1/op/aaa/tacacsPlusServer
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v1/op/aaa/tacacsPlusServer" rootUrl="https://localhost/webacs/api/v1/op">
<listServerResult>
<operationSucceeded>true</operationSucceeded>
<resultMessage>String value</resultMessage>
<servers>
<server>
<authenticationType>PAP</authenticationType>
<localInterfaceIp>
<address>192.168.115.243</address>
</localInterfaceIp>
<numberOfTries>1</numberOfTries>
<port>1</port>
<retransmitTimeout>1</retransmitTimeout>
<secretKey>String value</secretKey>
<secretKeyType>ASCII</secretKeyType>
<serverHostName>String value</serverHostName>
<serverIp>
<address>192.168.115.243</address>
</serverIp>
</server>
</servers>
</listServerResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v1/op/aaa/tacacsPlusServer.json
{
"mgmtResponse" : {
"@responseType" : "operation",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op\/aaa\/tacacsPlusServer",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/op",
"listServerResult" : {
"operationSucceeded" : true,
"resultMessage" : "String value",
"servers" : {
"server" : {
"authenticationType" : "PAP",
"localInterfaceIp" : {
"address" : "192.168.115.243"
},
"numberOfTries" : 1,
"port" : 1,
"retransmitTimeout" : 1,
"secretKey" : "String value",
"secretKeyType" : "ASCII",
"serverHostName" : "String value",
"serverIp" : {
"address" : "192.168.115.243"
}
}
}
}
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Credential |
HTTP Methods |
GET |
Resource URL
/webacs/api/v2/op/aaa/tacacsPlusServer UnmodifiedThis resource has not been modified since the previous API version.
Response Parameters
Attribute | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operationSucceeded boolean |
A flag of a successful operation |
|||||||||||||||||||||
resultMessage String |
Description of the operation result |
|||||||||||||||||||||
List of all TACACS+ servers in the system |
||||||||||||||||||||||
|
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://localhost/webacs/api/v2/op/aaa/tacacsPlusServer
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v2/op/aaa/tacacsPlusServer" rootUrl="https://localhost/webacs/api/v2/op">
<listServerResult>
<operationSucceeded>true</operationSucceeded>
<resultMessage>String value</resultMessage>
<servers>
<server>
<authenticationType>PAP</authenticationType>
<localInterfaceIp>
<address>192.168.115.243</address>
</localInterfaceIp>
<numberOfTries>1</numberOfTries>
<port>1</port>
<retransmitTimeout>1</retransmitTimeout>
<secretKey>String value</secretKey>
<secretKeyType>ASCII</secretKeyType>
<serverHostName>String value</serverHostName>
<serverIp>
<address>192.168.115.243</address>
</serverIp>
</server>
</servers>
</listServerResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v2/op/aaa/tacacsPlusServer.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v2/op/aaa/tacacsPlusServer",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v2/op",
"listServerResult" : [ {
"operationSucceeded" : true,
"resultMessage" : "String value",
"servers" : {
"server" : [ {
"authenticationType" : "PAP",
"localInterfaceIp" : {
"address" : "192.168.115.243"
},
"numberOfTries" : 1,
"port" : 1,
"retransmitTimeout" : 1,
"secretKey" : "String value",
"secretKeyType" : "ASCII",
"serverHostName" : "String value",
"serverIp" : {
"address" : "192.168.115.243"
}
} ]
}
} ]
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Credential |
HTTP Methods |
GET |
Resource URL
/webacs/api/v3/op/aaa/tacacsPlusServer UnmodifiedThis resource has not been modified since the previous API version.
Response Parameters
Attribute | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operationSucceeded boolean |
A flag of a successful operation |
|||||||||||||||||||||
resultMessage String |
Description of the operation result |
|||||||||||||||||||||
List of all TACACS+ servers in the system |
||||||||||||||||||||||
|
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://localhost/webacs/api/v3/op/aaa/tacacsPlusServer
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v3/op/aaa/tacacsPlusServer" rootUrl="https://localhost/webacs/api/v3/op">
<listServerResult>
<operationSucceeded>true</operationSucceeded>
<resultMessage>String value</resultMessage>
<servers>
<server>
<authenticationType>PAP</authenticationType>
<localInterfaceIp>
<address>192.168.115.243</address>
</localInterfaceIp>
<numberOfTries>1</numberOfTries>
<port>1</port>
<retransmitTimeout>1</retransmitTimeout>
<secretKey>String value</secretKey>
<secretKeyType>ASCII</secretKeyType>
<serverHostName>String value</serverHostName>
<serverIp>
<address>192.168.115.243</address>
</serverIp>
</server>
<server>
<authenticationType>CHAP</authenticationType>
<localInterfaceIp>
<address>192.168.115.244</address>
</localInterfaceIp>
<numberOfTries>11</numberOfTries>
<port>11</port>
<retransmitTimeout>11</retransmitTimeout>
<secretKey>Another string value</secretKey>
<secretKeyType>HEX</secretKeyType>
<serverHostName>Another string value</serverHostName>
<serverIp>
<address>192.168.115.244</address>
</serverIp>
</server>
</servers>
</listServerResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v3/op/aaa/tacacsPlusServer.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v3/op/aaa/tacacsPlusServer",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v3/op",
"listServerResult" : [ {
"operationSucceeded" : true,
"resultMessage" : "String value",
"servers" : {
"server" : [ {
"authenticationType" : "PAP",
"localInterfaceIp" : {
"address" : "192.168.115.243"
},
"numberOfTries" : 1,
"port" : 1,
"retransmitTimeout" : 1,
"secretKey" : "String value",
"secretKeyType" : "ASCII",
"serverHostName" : "String value",
"serverIp" : {
"address" : "192.168.115.243"
}
}, {
"authenticationType" : "CHAP",
"localInterfaceIp" : {
"address" : "192.168.115.244"
},
"numberOfTries" : 11,
"port" : 11,
"retransmitTimeout" : 11,
"secretKey" : "Another string value",
"secretKeyType" : "HEX",
"serverHostName" : "Another string value",
"serverIp" : {
"address" : "192.168.115.244"
}
} ]
}
} ]
}
}
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Credential |
HTTP Methods |
GET |
Resource URL
/webacs/api/v4/op/aaa/tacacsPlusServer UnmodifiedThis resource has not been modified since the previous API version.
Response Parameters
Attribute | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operationSucceeded boolean |
A flag of a successful operation |
|||||||||||||||||||||
resultMessage String |
Description of the operation result |
|||||||||||||||||||||
List of all TACACS+ servers in the system |
||||||||||||||||||||||
|
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://localhost/webacs/api/v4/op/aaa/tacacsPlusServer
<?xml version="1.0" ?>
<mgmtResponse responseType="operation" requestUrl="https://localhost/webacs/api/v4/op/aaa/tacacsPlusServer" rootUrl="https://localhost/webacs/api/v4/op">
<listServerResult>
<operationSucceeded>true</operationSucceeded>
<resultMessage>String value</resultMessage>
<servers>
<server>
<authenticationType>PAP</authenticationType>
<localInterfaceIp>
<address>192.168.115.243</address>
</localInterfaceIp>
<numberOfTries>1</numberOfTries>
<port>1</port>
<retransmitTimeout>1</retransmitTimeout>
<secretKey>String value</secretKey>
<secretKeyType>ASCII</secretKeyType>
<serverHostName>String value</serverHostName>
<serverIp>
<address>192.168.115.243</address>
</serverIp>
</server>
<server>
<authenticationType>CHAP</authenticationType>
<localInterfaceIp>
<address>192.168.115.244</address>
</localInterfaceIp>
<numberOfTries>11</numberOfTries>
<port>11</port>
<retransmitTimeout>11</retransmitTimeout>
<secretKey>Another string value</secretKey>
<secretKeyType>HEX</secretKeyType>
<serverHostName>Another string value</serverHostName>
<serverIp>
<address>192.168.115.244</address>
</serverIp>
</server>
</servers>
</listServerResult>
</mgmtResponse>
Sample JSON Response Payload
https://localhost/webacs/api/v4/op/aaa/tacacsPlusServer.json
{
"mgmtResponse" : {
"@requestUrl" : "https://localhost/webacs/api/v4/op/aaa/tacacsPlusServer",
"@responseType" : "operation",
"@rootUrl" : "https://localhost/webacs/api/v4/op",
"listServerResult" : [ {
"operationSucceeded" : true,
"resultMessage" : "String value",
"servers" : {
"server" : [ {
"authenticationType" : "PAP",
"localInterfaceIp" : {
"address" : "192.168.115.243"
},
"numberOfTries" : 1,
"port" : 1,
"retransmitTimeout" : 1,
"secretKey" : "String value",
"secretKeyType" : "ASCII",
"serverHostName" : "String value",
"serverIp" : {
"address" : "192.168.115.243"
}
}, {
"authenticationType" : "CHAP",
"localInterfaceIp" : {
"address" : "192.168.115.244"
},
"numberOfTries" : 11,
"port" : 11,
"retransmitTimeout" : 11,
"secretKey" : "Another string value",
"secretKeyType" : "HEX",
"serverHostName" : "Another string value",
"serverIp" : {
"address" : "192.168.115.244"
}
} ]
}
} ]
}
}