GET apiHealth/callsPerClient
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
No
|
Paging?
|
No
|
Filtering?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
Returns the IP addresses of all clients using either all services or the specified service, over the last 24 hours.
Resource URL
/webacs/api/v1/op/apiHealth/callsPerClient
Since : 2.2
Request Parameters
String
|
service
optional
|
query
|
The service path. If unspecified, data will be returned for all services.
|
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://szier-m8-106.cisco.com/webacs/api/v1/op/apiHealth/callsPerClient
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mgmtResponse rootUrl="https://szier-m8-106.cisco.com/webacs/api/v1/op/" requestUrl="https://szier-m8-106.cisco.com/webacs/api/v1/op/apiHealth/callsPerClient" responseType="operation">
<apiCallsPerClient>
<clientIp>
<address>192.168.115.243</address>
</clientIp>
<requestCount>2</requestCount>
</apiCallsPerClient>
</mgmtResponse>
Sample JSON Response Payload
https://szier-m8-106.cisco.com/webacs/api/v1/op/apiHealth/callsPerClient.json
{
"mgmtResponse" : {
"@rootUrl" : "https : \/\/szier-m8-106.cisco.com\/webacs\/api\/v1\/op\/",
"@requestUrl" : "https : \/\/szier-m8-106.cisco.com\/webacs\/api\/v1\/op\/apiHealth\/callsPerClient",
"@responseType" : "operation",
"apiCallsPerClient" : {
"clientIp" : {
"address" : "192.168.115.243"
},
"requestCount" : 2
}
}
}