getSiteWiredClientsStatsByClientMac

GET https://{{host}}/api/v1/sites/:site_id/stats/clients/:mac?wired=true

Client Stat Definition

NameTypeDescription
macstringclient mac
ap_idstringAP ID the client is connected to
last_seenlongtime when last Tx/Rx observed
vlan_idstringvlan id, could be empty (from older AP)
tx_bytesfloatamount of traffic sent to client since client connects
rx_bytesfloatamount of traffic received from client since client connects
tx_pktsfloatamount of traffic sent to client since client connects
rx_pktsfloatamount of traffic received from client since client connects
_ttlintTTL of the validity of the stat
auth_statestringclient authorization status
uptimelonghow long, in seconds, has the client been connected
eth_portstringport on AP where the wired client is connected

Request Params

KeyDatatypeRequiredDescription
wiredboolean