wlcPortTrafficTrend element

Type: WLCPortTrafficTrend
Namespace: (default namespace)

Wireless controller port traffic trend data.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <wlcPortTrafficTrend uri="..." total="..."> <instanceId>...</instanceId> <name>...</name> <resourceType>...</resourceType> <portId>...</portId> <portName>...</portName> <portMac>...</portMac> <hostSerial>...</hostSerial> <hostname>...</hostname> <hostID>...</hostID> <portDescr>...</portDescr> <portSpeed>...</portSpeed> <portType>...</portType> <adminStatus>...</adminStatus> <operStatus>...</operStatus> <lastFlap>...</lastFlap> <trafficInOut> <collectionTimestamp>...</collectionTimestamp> <collectionTime>...</collectionTime> <unicastInRate>...</unicastInRate> <unicastOutRate>...</unicastOutRate> <broadcastInRate>...</broadcastInRate> <broadcastOutRate>...</broadcastOutRate> <multicastInRate>...</multicastInRate> <multicastOutRate>...</multicastOutRate> </trafficInOut> <trafficInOut> <!--...--> </trafficInOut> <!--...more "trafficInOut" elements...--> <trafficError> <shortFramesIn>...</shortFramesIn> <fragmentsIn>...</fragmentsIn> <longFramesIn>...</longFramesIn> <jabberIn>...</jabberIn> <crcErrorsIn>...</crcErrorsIn> <overRunsIn>...</overRunsIn> <phyReceiveErrorsIn>...</phyReceiveErrorsIn> <shortFramesOut>...</shortFramesOut> <runtFramesOutf>...</runtFramesOutf> <longFramesOut>...</longFramesOut> <jabberOut>...</jabberOut> <lateCollsOut>...</lateCollsOut> <totalCollsOut>...</totalCollsOut> <singleCollsOut>...</singleCollsOut> <excessiveDefersOut>...</excessiveDefersOut> <underrunsOut>...</underrunsOut> <abortedFramesOut>...</abortedFramesOut> <crcErrorsOut>...</crcErrorsOut> <discardsIn>...</discardsIn> <discardsOut>...</discardsOut> <unknownProtosIn>...</unknownProtosIn> </trafficError> <trafficError> <!--...--> </trafficError> <!--...more "trafficError" elements...--> </wlcPortTrafficTrend>

Example JSON

{ "total" : ..., "trafficInOut" : [ { "collectionTimestamp" : ..., "collectionTime" : "...", "unicastInRate" : ..., "unicastOutRate" : ..., "broadcastInRate" : ..., "broadcastOutRate" : ..., "multicastInRate" : ..., "multicastOutRate" : ... }, ... ], "trafficError" : [ { "shortFramesIn" : ..., "fragmentsIn" : ..., "longFramesIn" : ..., "jabberIn" : ..., "crcErrorsIn" : ..., "overRunsIn" : ..., "phyReceiveErrorsIn" : ..., "shortFramesOut" : ..., "runtFramesOutf" : ..., "longFramesOut" : ..., "jabberOut" : ..., "lateCollsOut" : ..., "totalCollsOut" : ..., "singleCollsOut" : ..., "excessiveDefersOut" : ..., "underrunsOut" : ..., "abortedFramesOut" : ..., "crcErrorsOut" : ..., "discardsIn" : ..., "discardsOut" : ..., "unknownProtosIn" : ... }, ... ], "uri" : "...", "portId" : "...", "portName" : "...", "portMac" : "...", "hostSerial" : "...", "hostname" : "...", "hostID" : "...", "portDescr" : "...", "portSpeed" : "...", "portType" : "...", "adminStatus" : "UP", "operStatus" : "UP", "lastFlap" : "...", "instanceId" : "...", "name" : "...", "resourceType" : "..." }