Skip to main content

List applications

POST 

/mt/monitor/v1/agg/applications/list

Retrieve an aggregated list of applications across tenants.

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 objectrequired

    Applications list filter. Consists of a required operator and an array of rules objects.

    operator stringrequired

    Must be AND.

    rules object[]
    anyOf
  • Array [
  • rule string

    Rule name that is set to one of the example values. See See ApplicationRule.

  • ]
  • properties object[]required

    List of property json objects

  • Array [
  • alias string
    function string

    Operations that need to be run on the property field. Operations can be run only on number properties.

    property string

    App list property. Property fields will be returned in the API response. See ApplicationProperty.

    sort object
    order string

    Sort Order for the property

  • ]

Responses

Success

Schema
    any
Loading...