List impacted objects
POST/mt/monitor/v1/agg/incidents/impactedList
Retrieve an aggregated list of impacted objects.
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
- IncidentRule
- TimeFilter
- Array [
- ]
- Array [
- ]
- Array [
- ]
filter object
filter json object
Always set to AND
rules object[]
Filter operator that is one of the example values and is run on the property field
See IncidentRule and TimeFilter.
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
Incident property. See IncidentProperty.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- List Of Impacted Objects
Schema
- any
[
{
"bgp_peers": [
"BGP1"
],
"impacted_list": "result",
"locations": [
"LocationA"
],
"sites": [
"SiteA"
],
"tunnels": [
"TunnelA"
]
}
]
Bad Request
Server Error