clientSessionWireless

Extends: clientSession
Namespace: (default namespace)

Management data for a wireless client session.

XML

Elements

name (type) min/max
occurs
description
startedTime (string) 1/1 Time when the current session started.
elapseTime (string) 1/1 Length of time the session has been active.
controller (string) 1/1 IP address of the controller to which the client is connected.
vlan (string) 1/1 Name of the VLAN the session is using.
ssid (string) 1/1 SSID of the wireless LAN to which the session is connected.
rssi (int) 1/1 Received signal strength indication (RSSI), in decibels referred to 1 milliwatt (dBm). A higher value indicates a stronger signal.
snr (int) 1/1 Signal-to-noise ratio (SNR), a measure of the level of a desired signal against the level of background noise, measured in decibels (dB).
location (string) 1/1 The physical location of the wireless access point serving the session. The physical location has the hierarchy site-building-floor.
deviceType (string) 1/1 Client device type.
deviceGroup (string) 1/1 Client device group.
deviceProfile (string) 1/1
unicastRx (double) 1/1 Unicast bytes received by the session.
unicastTx (double) 1/1 Unicast bytes transmitted by the session.
multicastRx (double) 1/1 Multicast bytes received by the session.
dataUsage (double) 1/1 Data transmitted and received by the client, in kilobytes.
roamingHistory (roamingHistory) 0/unbounded Shows the list of session roaming history.

JSON

property type description
startedTime startedTime (string) Time when the current session started.
elapseTime elapseTime (string) Length of time the session has been active.
controller controller (string) IP address of the controller to which the client is connected.
vlan vlan (string) Name of the VLAN the session is using.
ssid ssid (string) SSID of the wireless LAN to which the session is connected.
rssi rssi (int) Received signal strength indication (RSSI), in decibels referred to 1 milliwatt (dBm). A higher value indicates a stronger signal.
snr snr (int) Signal-to-noise ratio (SNR), a measure of the level of a desired signal against the level of background noise, measured in decibels (dB).
location location (string) The physical location of the wireless access point serving the session. The physical location has the hierarchy site-building-floor.
deviceType deviceType (string) Client device type.
deviceGroup deviceGroup (string) Client device group.
deviceProfile deviceProfile (string)
unicastRx unicastRx (double) Unicast bytes received by the session.
unicastTx unicastTx (double) Unicast bytes transmitted by the session.
multicastRx multicastRx (double) Multicast bytes received by the session.
dataUsage dataUsage (double) Data transmitted and received by the client, in kilobytes.
roamingHistory array of roamingHistory (roamingHistory) Shows the list of session roaming history.