Fetch Summary
GET {{base_url}}/v1/summary?label=<string>&start_time=<long>&end_time=<long>
Retrieves the data for all sessions between the given start and end time.
Contains UC Health which gives overall network sessions health.
Contains overall poor sessions percentage in network for the given time range.
Contains total number of sessions terminated in the given time range.
Contains total number of audio sessions, video sessions, desktop sharing sessions in the given time range.
Contains total good/fair/poor quality wireless sessions percentage. Contains total good/fair/poor quality wired sessions percentage.
Start and end time input has to be in seconds UTC value
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
label | string | label id to include set of devices. Default value for label is all | |
start_time | string | (Required) start time in epoch | |
end_time | string | (Required) stop time in epoch |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"uc_health":"\u003cinteger\u003e","poor_sess_perc":"\u003cinteger\u003e","uc_sess":"\u003clong\u003e","audio_calls":"\u003clong\u003e","audio_calls_percentage":"\u003cinteger\u003e","video_calls":"\u003clong\u003e","video_calls_percentage":"\u003cinteger\u003e","ds_calls":"\u003clong\u003e","ds_calls_percentage":"\u003cinteger\u003e"}