v1
latestOpenAPI 3.0.02026-07-243339471.1 MBGet Clients Trend
Retrieves the clients trend based on the specified group-by field and type category across a time range.
Query parameters
The ID of the site for which clients trend are to be retrieved.
The name of the site for which clients trend are to be retrieved.
Start timestamp in RFC 3339 date-time string. Must be less than end-at. For global-level queries, the interval between start-at and end-at must be ≤ 7 days. For site-level queries, the interval must be ≤ 1 month. Interval between sample data points is based on the time difference:
- Less than or equal to 1 day → 5 min
- Greater than 1 day and less than or equal to 1 month → 3 hours
End timestamp in RFC 3339 date-time string. Must be greater than start-at. For global-level queries, the interval between start-at and end-at must be ≤ 7 days. For site-level queries, it must be ≤ 1 month. Default is current timestamp.
Groups results by the specified field. If grouping by role, vlan, or wlan gives more than 5 unique names, then returns top 4 by client count and folds remaining under 'Others' name. wlan, radio, security, protocol supported for wireless clients only.
Category of clients where group-by field should be applied.
Specifies the device identifier.
Response
Response schema for client Trends
Example response
{
"interval": "5 mins",
"keys": [
"Wired",
"Wireless"
],
"samples": [
{
"data": [
2,
4
],
"ts": "2025-08-29T03:45:00Z"
},
{
"data": [
2,
4
],
"ts": "2025-08-29T03:50:00Z"
}
],
"id": "4fce1e37-9e48-4fb4-bb62-2c11ee6e3d83",
"type": "network-monitoring/client-monitoring"
}