XPath to get the SSID client count, and client stats
- #xpath
- Last updated on
Cisco Platform
C9800
WLC’s version used
17.9.3
Yang Module
Cisco-IOS-XE-wireless-access-point-oper
Prefix
wireless-access-point-oper
XPath
/wireless-access-point-oper:access-point-oper-data/radio-oper-stats
Example:
Sending REST
http://<IP:PORT>/restconf/proxy/https://<IP:PORT>/restconf/data/Cisco-IOS-XE-wireless-access-point-oper:access-point-oper-data/radio-oper-stats=<AP MAC>,slot-id=1/aid-user-list
Received message from host
{
"ap-mac": "00:11:22:33:44:55",
"slot-id": 1,
"aid-user-list": 1,
"tx-fragment-count": 0,
"multicast-tx-frame-cnt": 3,
"failed-count": 2,
"retry-count": 1,
"multiple-retry-count": 0,
"frame-duplicate-count": 0,
"rts-success-count": 0,
"rts-failure-count": 0,
"ack-failure-count": 0,
"rx-fragment-count": 0,
"multicast-rx-frame-cnt": 120,
"fcs-error-count": 0,
"tx-frame-count": 2225,
"wep-undecryptable-count": 0,
"rx-error-frame-count": 0,
"mac-mic-err-frame-count": 0,
"rx-mgmt-frame-count": 6268,
"rx-ctrl-frame-count": 3487,
"rx-data-frame-count": 347,
"tx-mgmt-frame-count": 3434,
"tx-ctrl-frame-count": 0,
"tx-data-frame-count": 499,
"rx-data-pkt-count": 0,
"tx-data-pkt-count": 0,
"noise-floor": 0,
"ap-radio-stats": {
"stuck-ts": "1970-01-01T00:00:00+00:00",
"last-ts": "1970-01-01T00:00:00+00:00",
"num-radio-stuck-reset": 0
}
},