getSiteWiredClientsStatsByClientMac
GET https://{{host}}/api/v1/sites/:site_id/stats/clients/:mac?wired=true
Client Stat Definition
Name | Type | Description |
---|
mac | string | client mac |
ap_id | string | AP ID the client is connected to |
last_seen | long | time when last Tx/Rx observed |
vlan_id | string | vlan id, could be empty (from older AP) |
tx_bytes | float | amount of traffic sent to client since client connects |
rx_bytes | float | amount of traffic received from client since client connects |
tx_pkts | float | amount of traffic sent to client since client connects |
rx_pkts | float | amount of traffic received from client since client connects |
_ttl | int | TTL of the validity of the stat |
auth_state | string | client authorization status |
uptime | long | how long, in seconds, has the client been connected |
eth_port | string | port on AP where the wired client is connected |
Request Params
Key | Datatype | Required | Description |
---|
wired | boolean | | |