radio element

Type: radio
Namespace: (default namespace)

Management data for wireless access-point's radio.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <radio> <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> </radio>

Example JSON

{ "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" : ... }