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

GET HistoricalRFLoadStats

Private Resource

This resource is not part of the public API and may be changed or removed without notice. The use of this resource is not supported by Cisco. Use it at your own risk.

Represents load statistics for radio interfaces of lightweight wireless access points collected in last 24 hours with 15 minutes (default) interval. The dataset could be really big. When querying it, it is better to use paged query or filtered by AP or time.

Since Product Version: Unspecified

Resource Information

Rate Limiting?

Yes

Sorting?

Yes

Paging?

Yes

Filtering?

Yes

Group Filtering?

No

Aggregation?

No

Response Formats

xml

json

User Group

NBI Read

HTTP Methods

GET

Resource URL

/webacs/api/v4/data/HistoricalRFLoadStats

Unmodified

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

Response Parameters

Attribute Description

channelUtilization int

Channel Utilization (%)

clientCount int

Number of associated clients

collectionTime String

The time collection of this record was finished, measured in milliseconds since the Unix epoch.

ethernetMac String

MAC address of the ethernet interface on the AP

macAddress String

Base radio MAC address

poorCoverageClients int

Poor coverage clients

rxUtilization int

Rx Utilization (%)

slotId String

Slot ID of the radio

txUtilization int

Tx Utilization (%)

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.78.83.125/webacs/api/v4/data/HistoricalRFLoadStats/15

<?xml version="1.0" ?>
<queryResponse type="HistoricalRFLoadStats" responseType="getEntity" requestUrl="https://10.78.83.125/webacs/api/v4/data/HistoricalRFLoadStats/15" rootUrl="https://10.78.83.125/webacs/api/v4/data">
  <entity dtoType="historicalRFLoadStatsDTO" type="HistoricalRFLoadStats" url="https://10.78.83.125/webacs/api/v4/data/HistoricalRFLoadStats/15">
    <historicalRFLoadStatsDTO displayName="String value" id="15" uuid="String value">
      <channelUtilization>1</channelUtilization>
      <clientCount>1</clientCount>
      <poorCoverageClients>1</poorCoverageClients>
      <rxUtilization>1</rxUtilization>
      <txUtilization>1</txUtilization>
      <collectionTime>String value</collectionTime>
      <ethernetMac>String value</ethernetMac>
      <macAddress>String value</macAddress>
      <slotId>String value</slotId>
    </historicalRFLoadStatsDTO>
  </entity>
</queryResponse>

Sample JSON Payload

https://10.78.83.125/webacs/api/v4/data/HistoricalRFLoadStats/15.json

{
  "queryResponse" : {
    "@type" : "HistoricalRFLoadStats",
    "@requestUrl" : "https://10.78.83.125/webacs/api/v4/data/HistoricalRFLoadStats/15",
    "@responseType" : "getEntity",
    "@rootUrl" : "https://10.78.83.125/webacs/api/v4/data",
    "entity" : [ {
      "@dtoType" : "historicalRFLoadStatsDTO",
      "@type" : "HistoricalRFLoadStats",
      "@url" : "https://10.78.83.125/webacs/api/v4/data/HistoricalRFLoadStats/15",
      "historicalRFLoadStatsDTO" : {
        "@displayName" : "String value",
        "@id" : 15,
        "@uuid" : "String value",
        "channelUtilization" : 1,
        "clientCount" : 1,
        "collectionTime" : "String value",
        "ethernetMac" : "String value",
        "macAddress" : "String value",
        "poorCoverageClients" : 1,
        "rxUtilization" : 1,
        "slotId" : "String value",
        "txUtilization" : 1
      }
    } ]
  }
}