accessPoint element

Type: APMO
Namespace: (default namespace)

Represents the management information of a wireless access-point.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <accessPoint uri="..."> <instanceId>...</instanceId> <name>...</name> <resourceType>...</resourceType> <instanceId>...</instanceId> <hostname>...</hostname> <platform>...</platform> <ipaddr>...</ipaddr> <serial>...</serial> <osVersion>...</osVersion> <family>...</family> <type>...</type> <connStatus>...</connStatus> <configState>...</configState> <apName>...</apName> <apLocation>...</apLocation> <apModel>...</apModel> <apNumber>...</apNumber> <primaryController>...</primaryController> <secondaryController>...</secondaryController> <collectionPeriod>...</collectionPeriod> <rfTrafficStats> <collectionTimestamp>...</collectionTimestamp> <collectionTime>...</collectionTime> <minThroughput>...</minThroughput> <avgThroughput>...</avgThroughput> <maxThroughput>...</maxThroughput> <percentRetransmits>...</percentRetransmits> <errorPackets>...</errorPackets> <currentThroughput>...</currentThroughput> <currentRetransmittedRate>...</currentRetransmittedRate> </rfTrafficStats> <avgDot11PktErrors>...</avgDot11PktErrors> <currentDot11PktErrors>...</currentDot11PktErrors> <radioStatus> <radioId>...</radioId> <macaddr>...</macaddr> <status>...</status> <radioType>...</radioType> <channel>...</channel> <txPower>...</txPower> <rfTrafficStats> <collectionTimestamp>...</collectionTimestamp> <collectionTime>...</collectionTime> <minThroughput>...</minThroughput> <avgThroughput>...</avgThroughput> <maxThroughput>...</maxThroughput> <percentRetransmits>...</percentRetransmits> <errorPackets>...</errorPackets> <currentThroughput>...</currentThroughput> <currentRetransmittedRate>...</currentRetransmittedRate> </rfTrafficStats> <rfSignalStats> <collectionTimestamp>...</collectionTimestamp> <collectionTime>...</collectionTime> <avgSnr>...</avgSnr> <maxSnr>...</maxSnr> <minSnr>...</minSnr> <avgRssi>...</avgRssi> <maxRssi>...</maxRssi> <minRssi>...</minRssi> <avgNoiseFloor>...</avgNoiseFloor> <maxNoiseFloor>...</maxNoiseFloor> <minNoiseFloor>...</minNoiseFloor> <currentSnr>...</currentSnr> <currentRssi>...</currentRssi> <currentNoiseFloor>...</currentNoiseFloor> </rfSignalStats> <collectionPeriod>...</collectionPeriod> <lastCollection>...</lastCollection> <avgDot11PktErrors>...</avgDot11PktErrors> <currentDot11PktErrors>...</currentDot11PktErrors> </radioStatus> <radioStatus> <!--...--> </radioStatus> <!--...more "radioStatus" elements...--> <lastCollected>...</lastCollected> </accessPoint>

Example JSON

{ "apName" : "...", "apLocation" : "...", "apModel" : "...", "apNumber" : ..., "primaryController" : "...", "secondaryController" : "...", "collectionPeriod" : "...", "rfTrafficStats" : { "currentThroughput" : ..., "currentRetransmittedRate" : ..., "collectionTimestamp" : ..., "collectionTime" : "...", "minThroughput" : ..., "avgThroughput" : ..., "maxThroughput" : ..., "percentRetransmits" : ..., "errorPackets" : ... }, "avgDot11PktErrors" : ..., "currentDot11PktErrors" : ..., "radioStatus" : [ { "radioId" : "...", "macaddr" : "...", "status" : "UP", "radioType" : "NG", "channel" : ..., "txPower" : ..., "rfTrafficStats" : { "currentThroughput" : ..., "currentRetransmittedRate" : ..., "collectionTimestamp" : ..., "collectionTime" : "...", "minThroughput" : ..., "avgThroughput" : ..., "maxThroughput" : ..., "percentRetransmits" : ..., "errorPackets" : ... }, "rfSignalStats" : { "currentSnr" : ..., "currentRssi" : ..., "currentNoiseFloor" : ..., "collectionTimestamp" : ..., "collectionTime" : "...", "avgSnr" : ..., "maxSnr" : ..., "minSnr" : ..., "avgRssi" : ..., "maxRssi" : ..., "minRssi" : ..., "avgNoiseFloor" : ..., "maxNoiseFloor" : ..., "minNoiseFloor" : ... }, "collectionPeriod" : "...", "lastCollection" : "...", "avgDot11PktErrors" : ..., "currentDot11PktErrors" : ... }, ... ], "lastCollected" : "...", "uri" : "...", "instanceId" : "...", "hostname" : "...", "platform" : "...", "ipaddr" : "...", "serial" : "...", "osVersion" : "...", "family" : "JUNOS_EX", "type" : "XRE", "connStatus" : "UP", "configState" : "IN_SYNC", "name" : "...", "resourceType" : "..." }