Report latency per data center

This operation returns a collection of reports representing latency and loss of ping data as reported by network agents in each Data Center for a property. Latency and Loss parameters follow bucket ranges schema (bucket ranges, delimited by a pipe: |).

Ping Loss ranges from 0% to 100%. So a schema of 5|10|15|20 would represent grouping of data from 0% to 5%, 5% to 10%, 10% to 15%, 15% to 20%, and 20% to 100% bucket ranges. The end of one bucket would be the beginning of the next bucket. Similarly 0|5|80 would represent 0%, 0% to 5%, 5% to 100%, and 80% to 100% bucket ranges. A trailing pipe at the end of a bucket indicates that there is no greater than the max bucket. That is, in the above example if loss schema were 0|5|80| then it would mean 0%, 0% to 5%, and 5% to 80%.

Latency is measured in milliseconds. Each bucket ranges from 0 ms to 1000 ms. So, a schema of 5|10|300|1000 would mean 0ms to 5ms, 5ms to 10ms, 10ms to 300ms, 300ms to 1000ms, and > 1000ms.

Path Params
integer
required

Data center ID.

string
required

Name of Traffic Management domain.

Query Params
string
required

Start date of report, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time.

string
required

End date of report, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time.

string
Defaults to 20|50|100|200|500

Latency Bucket Schema.

string
Defaults to 0|20|40|60|80|100

Loss Bucket Schema.

string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Response

Language
URL
LoadingLoading…
Response
Choose an example:
application/json
text/csv