Do not use this resource. Replaced by /data/HistoricalWLCCPUUtilizations and /data/HistoricalWLCMemUtilizations.
Represents the historical CPU and memory utilization information collected from WLAN controllers in past 24 hours.
Since Product Version: 1.2
Resource Information
Rate Limiting? |
Yes |
Sorting? |
Yes |
Paging? |
Yes |
Filtering? |
Yes |
Group Filtering? |
Yes |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
DevNet Discussions
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/data/HistoricalWLCUtilizationsTo filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters
Response Parameters
Attribute | Description |
---|---|
collectionTime long |
The time on the server when the collection was performed, as milliseconds from the Unix epoch |
cpuUtilization Integer |
The average utilization of all CPUs in the controller |
ipAddress String |
WLAN controller IP address |
memoryFree Long |
The total amount of free memory in all controller memory pools |
memoryUsed Long |
The total amount of used memory in all controller memory pools |
memoryUtilization Integer |
Common memory utilization for all controller memory pools |
name String |
WLAN controller name |
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 Payload
https://localhost/webacs/api/v1/data/HistoricalWLCUtilizations/15
<?xml version="1.0" ?>
<queryResponse type="HistoricalWLCUtilizations" responseType="getEntity" requestUrl="https://localhost/webacs/api/v1/data/HistoricalWLCUtilizations/15" rootUrl="https://localhost/webacs/api/v1/data">
<entity dtoType="historicalWLCUtilizationsDTO" type="HistoricalWLCUtilizations" url="https://localhost/webacs/api/v1/data/HistoricalWLCUtilizations/15">
<historicalWLCUtilizationsDTO displayName="String value" id="15" uuid="String value">
<collectionTime>2</collectionTime>
<cpuUtilization>15</cpuUtilization>
<ipAddress>String value</ipAddress>
<memoryFree>15</memoryFree>
<memoryUsed>15</memoryUsed>
<memoryUtilization>15</memoryUtilization>
<name>String value</name>
</historicalWLCUtilizationsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v1/data/HistoricalWLCUtilizations/15.json
{
"queryResponse" : {
"@type" : "HistoricalWLCUtilizations",
"@responseType" : "getEntity",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data\/HistoricalWLCUtilizations\/15",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data",
"entity" : {
"@dtoType" : "historicalWLCUtilizationsDTO",
"@type" : "HistoricalWLCUtilizations",
"@url" : "https : \/\/localhost\/webacs\/api\/v1\/data\/HistoricalWLCUtilizations\/15",
"historicalWLCUtilizationsDTO" : {
"@displayName" : "String value",
"@id" : "15",
"@uuid" : "String value",
"collectionTime" : 2,
"cpuUtilization" : 15,
"ipAddress" : "String value",
"memoryFree" : 15,
"memoryUsed" : 15,
"memoryUtilization" : 15,
"name" : "String value"
}
}
}
}