Get Monitoring Breakdown
Gets breakdown information for a specific dimension and metric along with the number of concurrent viewers and negative impact score.
Path parameters
ID of the Monitoring Metric
Query parameters
Dimension the specified value belongs to
Timestamp to limit results by. This value must be provided as a unix timestamp. Defaults to the current unix timestamp.
Limit the results to rows that match conditions from provided key:value pairs. Must be provided as an array query string parameter.
To exclude rows that match a certain condition, prepend a ! character to the dimension.
Possible filter names are the same as returned by the List Monitoring Dimensions endpoint.
Example:
- filters[]=operating_system:windows&filters[]=!country:US
Value to order the results by
Sort order.
Response
OK
Changes
Changed in 2 of the 28 revisions of this API.2
- ○
the endpoint scheme security
authorizationTokenwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
accessTokenwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○