Get Clients by Group
Clients are grouped into different categories based on 3 categories: opprotocol, capability, and failuretype. This call returns the number of groups with their group name and the number of clients under each group. This displays the type of group that has been created from either of the 3 options.
JSON Table
Attribute | Data Type | Description |
---|---|---|
group | application/json | |
group/<groupby field> | String | Group by field provided in query param. |
count | int | Total number of devices matching the groupby crtiteria. |
totalCount | int | Number of data points. |
Copy Sample JSON
Sample JSON
{ "samples": [{ "group": { "opprotocol": "A" }, "count": 497 }, { "group": { "opprotocol": "BG" }, "count": 837 }], "totalCount": 1334 }
API Calls
/V5/devices/clients/statistics/groupby