Do not use this resource. Replaced by /data/WLCCPUUtilizations and /data/WLCMemoryUtilizations.
Represents the latest CPU and memory utilization collected from a WLAN controller.
Since Product Version: 1.2
Resource Information
Rate Limiting? |
Yes |
Sorting? |
Yes |
Paging? |
Yes |
Filtering? |
Yes |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
DevNet Discussions
Resource URL
/webacs/api/v1/data/WLCUtilizationsResponse 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/WLCUtilizations/15
<?xml version="1.0" ?>
<queryResponse type="WLCUtilizations" responseType="getEntity" requestUrl="https://localhost/webacs/api/v1/data/WLCUtilizations/15" rootUrl="https://localhost/webacs/api/v1/data">
<entity dtoType="wLCUtilizationsDTO" type="WLCUtilizations" url="https://localhost/webacs/api/v1/data/WLCUtilizations/15">
<wlcUtilizationsDTO 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>
</wlcUtilizationsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v1/data/WLCUtilizations/15.json
{
"queryResponse" : {
"@type" : "WLCUtilizations",
"@responseType" : "getEntity",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data\/WLCUtilizations\/15",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data",
"entity" : {
"@dtoType" : "wLCUtilizationsDTO",
"@type" : "WLCUtilizations",
"@url" : "https : \/\/localhost\/webacs\/api\/v1\/data\/WLCUtilizations\/15",
"wlcUtilizationsDTO" : {
"@displayName" : "String value",
"@id" : "15",
"@uuid" : "String value",
"collectionTime" : 2,
"cpuUtilization" : 15,
"ipAddress" : "String value",
"memoryFree" : 15,
"memoryUsed" : 15,
"memoryUtilization" : 15,
"name" : "String value"
}
}
}
}