Skip to main content

List impacted objects

POST 

/mt/monitor/v1/agg/incidents/impactedList

Retrieve an aggregated list of impacted objects.

Request

Query Parameters

    agg_by string

    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.

    Example: tenant

Header Parameters

    X-PANW-Region string

    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.

    Example: americas

Body

    filter object

    filter json object

    operator stringrequired

    Always set to AND

    rules object[]
    anyOf
  • Array [
  • operator string

    Filter operator that is one of the example values and is run on the property field

    property string
    values string[]

    Filter property value

  • ]
  • properties object[]required

    List of property json objects

  • Array [
  • alias string
    property string

    Incident property. See IncidentProperty.

  • ]

Responses

Success

Schema
    any
Loading...