Represents the historical CPU utilization information collected from WLAN controllers in past 24 hours.
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v1/data/HistoricalWLCCPUUtilizations
Response Parameters
averageCPUUtilization
String
|
The average utilization of all CPUs in the controller
|
collectionTime
long
|
The time on the server when the collection was performed, as milliseconds from the Unix epoch
|
cpuUtilization
CPUUtilization[]
|
Detailed utilization information per each device CPU
|
cpuIndex
int
|
|
cpuName
String
|
|
cpuUtilization
int
|
|
|
ipAddress
String
|
WLAN controller IP address
|
name
String
|
|
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/HistoricalWLCCPUUtilizations/15
<?xml version="1.0" ?>
<queryResponse type="HistoricalWLCCPUUtilizations" responseType="getEntity" requestUrl="https://localhost/webacs/api/v1/data/HistoricalWLCCPUUtilizations/15" rootUrl="https://localhost/webacs/api/v1/data">
<entity dtoType="historicalWLCCPUUtilizationsDTO" type="HistoricalWLCCPUUtilizations" url="https://localhost/webacs/api/v1/data/HistoricalWLCCPUUtilizations/15">
<historicalWLCCPUUtilizationsDTO displayName="String value" id="15" uuid="String value">
<averageCPUUtilization>String value</averageCPUUtilization>
<collectionTime>2</collectionTime>
<CPUs>
<CPU>
<cpuIndex>1</cpuIndex>
<cpuName>String value</cpuName>
<cpuUtilization>1</cpuUtilization>
</CPU>
</CPUs>
<ipAddress>String value</ipAddress>
<name>String value</name>
</historicalWLCCPUUtilizationsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v1/data/HistoricalWLCCPUUtilizations/15.json
{
"queryResponse" : {
"@type" : "HistoricalWLCCPUUtilizations",
"@responseType" : "getEntity",
"@requestUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data\/HistoricalWLCCPUUtilizations\/15",
"@rootUrl" : "https : \/\/localhost\/webacs\/api\/v1\/data",
"entity" : {
"@dtoType" : "historicalWLCCPUUtilizationsDTO",
"@type" : "HistoricalWLCCPUUtilizations",
"@url" : "https : \/\/localhost\/webacs\/api\/v1\/data\/HistoricalWLCCPUUtilizations\/15",
"historicalWLCCPUUtilizationsDTO" : {
"@displayName" : "String value",
"@id" : "15",
"@uuid" : "String value",
"averageCPUUtilization" : "String value",
"collectionTime" : 2,
"CPUs" : {
"CPU" : {
"cpuIndex" : 1,
"cpuName" : "String value",
"cpuUtilization" : 1
}
},
"ipAddress" : "String value",
"name" : "String value"
}
}
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v2/data/HistoricalWLCCPUUtilizations
Unmodified
This resource has not been modified since the previous API version.
Response Parameters
averageCPUUtilization
String
|
The average utilization of all CPUs in the controller
|
collectionTime
long
|
The time on the server when the collection was performed, as milliseconds from the Unix epoch
|
cpuUtilization
CPUUtilization[]
|
Detailed utilization information per each device CPU
|
cpuIndex
int
|
|
cpuName
String
|
|
cpuUtilization
int
|
|
|
ipAddress
String
|
WLAN controller IP address
|
name
String
|
|
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/v2/data/HistoricalWLCCPUUtilizations/15
<?xml version="1.0" ?>
<queryResponse type="HistoricalWLCCPUUtilizations" responseType="getEntity" requestUrl="https://localhost/webacs/api/v2/data/HistoricalWLCCPUUtilizations/15" rootUrl="https://localhost/webacs/api/v2/data">
<entity dtoType="historicalWLCCPUUtilizationsDTO" type="HistoricalWLCCPUUtilizations" url="https://localhost/webacs/api/v2/data/HistoricalWLCCPUUtilizations/15">
<historicalWLCCPUUtilizationsDTO displayName="String value" id="15" uuid="String value">
<averageCPUUtilization>String value</averageCPUUtilization>
<collectionTime>2</collectionTime>
<CPUs>
<CPU>
<cpuIndex>1</cpuIndex>
<cpuName>String value</cpuName>
<cpuUtilization>1</cpuUtilization>
</CPU>
</CPUs>
<ipAddress>String value</ipAddress>
<name>String value</name>
</historicalWLCCPUUtilizationsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v2/data/HistoricalWLCCPUUtilizations/15.json
{
"queryResponse" : {
"@type" : "HistoricalWLCCPUUtilizations",
"@requestUrl" : "https://localhost/webacs/api/v2/data/HistoricalWLCCPUUtilizations/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://localhost/webacs/api/v2/data",
"entity" : [ {
"@dtoType" : "historicalWLCCPUUtilizationsDTO",
"@type" : "HistoricalWLCCPUUtilizations",
"@url" : "https://localhost/webacs/api/v2/data/HistoricalWLCCPUUtilizations/15",
"historicalWLCCPUUtilizationsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"CPUs" : {
"CPU" : [ {
"cpuIndex" : 1,
"cpuName" : "String value",
"cpuUtilization" : 1
} ]
},
"averageCPUUtilization" : "String value",
"collectionTime" : 2,
"ipAddress" : "String value",
"name" : "String value"
}
} ]
}
}
Resource Information
Rate Limiting?
|
Yes
|
Sorting?
|
Yes
|
Paging?
|
Yes
|
Filtering?
|
Yes
|
Aggregation?
|
No
|
Response Formats
|
|
User Group
|
NBI Read
|
HTTP Methods
|
|
DevNet Discussions
Resource URL
/webacs/api/v3/data/HistoricalWLCCPUUtilizations
Unmodified
This resource has not been modified since the previous API version.
Response Parameters
averageCPUUtilization
String
|
The average utilization of all CPUs in the controller
|
collectionTime
long
|
The time on the server when the collection was performed, as milliseconds from the Unix epoch
|
cpuUtilization
CPUUtilization[]
|
Detailed utilization information per each device CPU
|
cpuIndex
int
|
|
cpuName
String
|
|
cpuUtilization
int
|
|
|
ipAddress
String
|
WLAN controller IP address
|
name
String
|
|
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/v3/data/HistoricalWLCCPUUtilizations/15
<?xml version="1.0" ?>
<queryResponse type="HistoricalWLCCPUUtilizations" responseType="getEntity" requestUrl="https://localhost/webacs/api/v3/data/HistoricalWLCCPUUtilizations/15" rootUrl="https://localhost/webacs/api/v3/data">
<entity dtoType="historicalWLCCPUUtilizationsDTO" type="HistoricalWLCCPUUtilizations" url="https://localhost/webacs/api/v3/data/HistoricalWLCCPUUtilizations/15">
<historicalWLCCPUUtilizationsDTO displayName="String value" id="15" uuid="String value">
<averageCPUUtilization>String value</averageCPUUtilization>
<collectionTime>2</collectionTime>
<CPUs>
<CPU>
<cpuIndex>1</cpuIndex>
<cpuName>String value</cpuName>
<cpuUtilization>1</cpuUtilization>
</CPU>
<CPU>
<cpuIndex>1</cpuIndex>
<cpuName>String value</cpuName>
<cpuUtilization>1</cpuUtilization>
</CPU>
</CPUs>
<ipAddress>String value</ipAddress>
<name>String value</name>
</historicalWLCCPUUtilizationsDTO>
</entity>
</queryResponse>
Sample JSON Payload
https://localhost/webacs/api/v3/data/HistoricalWLCCPUUtilizations/15.json
{
"queryResponse" : {
"@type" : "HistoricalWLCCPUUtilizations",
"@requestUrl" : "https://localhost/webacs/api/v3/data/HistoricalWLCCPUUtilizations/15",
"@responseType" : "getEntity",
"@rootUrl" : "https://localhost/webacs/api/v3/data",
"entity" : [ {
"@dtoType" : "historicalWLCCPUUtilizationsDTO",
"@type" : "HistoricalWLCCPUUtilizations",
"@url" : "https://localhost/webacs/api/v3/data/HistoricalWLCCPUUtilizations/15",
"historicalWLCCPUUtilizationsDTO" : {
"@displayName" : "String value",
"@id" : 15,
"@uuid" : "String value",
"CPUs" : {
"CPU" : [ {
"cpuIndex" : 1,
"cpuName" : "String value",
"cpuUtilization" : 1
}, {
"cpuIndex" : 1,
"cpuName" : "String value",
"cpuUtilization" : 1
} ]
},
"averageCPUUtilization" : "String value",
"collectionTime" : 2,
"ipAddress" : "String value",
"name" : "String value"
}
} ]
}
}