rfTrafficTrend element

Type: RFTrafficTrend
Namespace: (default namespace)

RF traffic trend data

Example XML

<?xml version="1.0" encoding="UTF-8"?> <rfTrafficTrend total="..."> <stat> <collectionTimestamp>...</collectionTimestamp> <collectionTime>...</collectionTime> <minThroughput>...</minThroughput> <avgThroughput>...</avgThroughput> <maxThroughput>...</maxThroughput> <percentRetransmits>...</percentRetransmits> <errorPackets>...</errorPackets> </stat> <stat> <!--...--> </stat> <!--...more "stat" elements...--> </rfTrafficTrend>

Example JSON

{ "total" : ..., "stat" : [ { "collectionTimestamp" : ..., "collectionTime" : "...", "minThroughput" : ..., "avgThroughput" : ..., "maxThroughput" : ..., "percentRetransmits" : ..., "errorPackets" : ... }, ... ] }