ResponseClientSessionsSearch
Name | Type | Tags | Description |
---|---|---|---|
End |
int |
Required | - |
Limit |
int |
Required | - |
Next |
*string |
Optional | - |
Results |
[]models.ResponseClientSessionsSearchItem |
Required | - |
Start |
int |
Required | - |
Total |
int |
Required | - |
{
"end": 140,
"limit": 30,
"results": [
{
"ap": "ap8",
"band": "band8",
"client_manufacture": "client_manufacture0",
"connect": 206.78,
"disconnect": 129.48,
"duration": 104.42,
"mac": "mac0",
"org_id": "00002492-0000-0000-0000-000000000000",
"site_id": "441a1214-6928-442a-8e92-e1d34b8ec6a6",
"ssid": "ssid6",
"timestamp": 2.64,
"wlan_id": "00000742-0000-0000-0000-000000000000",
"tags": [
"tags1",
"tags2"
]
}
],
"start": 98,
"total": 124,
"next": "next8"
}