Cisco Evolved Programmable Network Manager API
Evolved Programmable Network Manager API Documentation

GET HistoricalWLCUtilizations

Deprecated

Do not use this resource. Replaced by Historical Wireless LAN Controller CPU Utilizations and Historical Wireless LAN Controller Memory Utilizations.

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

Resource URL

/webacs/api/v2/data/HistoricalWLCUtilizations

To filter entities based on device groups, use Group Based Filtering as documented on the Filtering page on the Home page. Example: ?.group=myrouters

Unmodified

This resource has not been modified since the previous API version.

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://10.64.88.203/webacs/api/v2/data/HistoricalWLCUtilizations/15

<?xml version="1.0" ?>
<queryResponse type="HistoricalWLCUtilizations" responseType="getEntity" requestUrl="https://10.64.88.203/webacs/api/v2/data/HistoricalWLCUtilizations/15" rootUrl="https://10.64.88.203/webacs/api/v2/data">
  <entity dtoType="historicalWLCUtilizationsDTO" type="HistoricalWLCUtilizations" url="https://10.64.88.203/webacs/api/v2/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://10.64.88.203/webacs/api/v2/data/HistoricalWLCUtilizations/15.json

{
  "queryResponse" : {
    "@type" : "HistoricalWLCUtilizations",
    "@requestUrl" : "https://10.64.88.203/webacs/api/v2/data/HistoricalWLCUtilizations/15",
    "@responseType" : "getEntity",
    "@rootUrl" : "https://10.64.88.203/webacs/api/v2/data",
    "entity" : [ {
      "@dtoType" : "historicalWLCUtilizationsDTO",
      "@type" : "HistoricalWLCUtilizations",
      "@url" : "https://10.64.88.203/webacs/api/v2/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"
      }
    } ]
  }
}