APMO

Extends: managedDevice
Namespace: (default namespace)

Represents the management information of a wireless access-point.

XML

Elements

name (type) min/max
occurs
description
apName (string) 1/1 Name of the access-point.
apLocation (string) 0/1 Location of the access-point.
apModel (string) 1/1 Model number of the access-point.
apNumber (int) 1/1 Assigned number of the access-point.
primaryController (string) 0/1 IP address or host name of the primary controller for this access-point.
secondaryController (string) 0/1 IP address or host name of the secondary controller for this access-point, if available.
collectionPeriod (string) 0/1 Indicates how frequently the statistics data are collected.
rfTrafficStats (RFTrafficCurrentStats) 0/1 List of RF traffic statistics data for this access-point.
avgDot11PktErrors (int) 0/1 The average 802.11 packet error rate.
currentDot11PktErrors (int) 0/1 The current 802.11 packet error rate.
radioStatus (radio) 0/unbounded List of Radio status
lastCollected (string) 0/1 Indicates the last time data were collected.

JSON

property type description
apName apName (string) Name of the access-point.
apLocation apLocation (string) Location of the access-point.
apModel apModel (string) Model number of the access-point.
apNumber apNumber (int) Assigned number of the access-point.
primaryController primaryController (string) IP address or host name of the primary controller for this access-point.
secondaryController secondaryController (string) IP address or host name of the secondary controller for this access-point, if available.
collectionPeriod collectionPeriod (string) Indicates how frequently the statistics data are collected.
rfTrafficStats rfTrafficStats (RFTrafficCurrentStats) List of RF traffic statistics data for this access-point.
avgDot11PktErrors avgDot11PktErrors (int) The average 802.11 packet error rate.
currentDot11PktErrors currentDot11PktErrors (int) The current 802.11 packet error rate.
radioStatus array of radioStatus (radio) List of Radio status
lastCollected lastCollected (string) Indicates the last time data were collected.