Statistics APIs - BlueCat Edge - Service Point v3.x.x

BlueCat Edge API Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

Returns statistical data.

Resource URL Authorization Description
/v1/api/statistics/dnsQueryLatencyMedian/sites/{siteId} (GET) System Admin, Admin, Policy Admin, Analyst

Returns the median DNS query latency (in milliseconds) over the last 24 hours for a given site. Returns null if data for the site ID does not exist.

/v1/api/statistics/dnsQueryLatencyPercentiles/sites/{siteId} (GET) System Admin, Admin, Policy Admin, Analyst

Returns the DNS query latency percentiles (in milliseconds) in 10 minute intervals over the last 24 hours for a given site. Returns null if data for the site ID does not exist.

/v1/api/statistics/servicePointMetrics (GET) System Admin, Admin, Policy Admin, Analyst Returns a list of service point metrics for every service point. Service point metrics include the average QPS (queries per second) and the max hourly QPS for the service point (both over the last 24 hours). An empty list is returned if there are no service points or if there have been no queries in the last 24 hours for any service point.