Monitoring
Get Monitoring Breakdown
Gets breakdown information for a specific dimension and metric along with the number of concurrent viewers and negative impact score.
get/data/v1/monitoring/metrics/{MONITORING_METRIC_ID}/breakdown
Path parameters
MONITORING_METRIC_ID'current-concurrent-viewers' | 'current-rebuffering-percentage' | 'exits-before-video-start' | 'playback-failure-percentage' | 'current-average-bitrate' | 'video-startup-failure-percentage' required
ID of the Monitoring Metric
Query parameters
dimension'asn' | 'cdn' | 'country' | 'operating_system' | 'player_name' | 'region' | 'stream_type' | 'sub_property_id' | 'video_series' | 'video_title' | 'view_has_ad'
Dimension the specified value belongs to
timestampinteger
Timestamp to limit results by. This value must be provided as a unix timestamp. Defaults to the current unix timestamp.
filters[]string[]
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
order_by'negative_impact' | 'value' | 'views' | 'field'
Value to order the results by
order_direction'asc' | 'desc'
Sort order.
Response
OK