List top outliers
POST/mt/monitor/v1/agg/serviceConnectivity/topOutliers
Retrieve an aggregated list of top outlier sites that consume more bandwidth than allocated.
Request
Query Parameters
Must be tenant
. Using the query parameter returns all the aggregated responses for the current parent tenant and its child tenants. If not used, the results for just the current tenant are returned.
Header Parameters
Must be one of the following: de
, americas
, europe
, uk
, sg
, ca
, jp
, au
, in
. Returns details from the Cortex Data Lake (CDL) region specified. If no region is specified, the default response is americas
CDL region.
- application/json
Body
- OutlierRule
- TimeFilter
- Array [
- ]
- Array [
- ]
- Array [
- ]
filter objectrequired
Outliers filter. Consists of a required operator and an array of rules objects.
Must be AND
.
rules object[]
See OutlierRule and TimeFilter.
Filter operator that is one of the example values and is run on the property field
Filter property field that is one of the example values
Filter property value
Filter operator that is one of the example values and is run on the property field
Filter property field that is one of the example values
Filter property value
properties object[]required
List of property json objects
Outliers status property fields will be returned in the API response. See OutliersProperty.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Top Outliers
Schema
- any
[
{
"bandwidth_consumed": 10,
"site_name": "<site_name>",
"unit": "Kbps"
},
{
"bandwidth_consumed": 100,
"count": 9,
"site_name": "<site_name>",
"unit": "Kbps"
}
]
Bad Request
Server Error