Skip to main content

Get number of tenants at location

POST 

/mt/monitor/v1/agg/locationsTenants

Get number of tenants with assets at a specific compute location

Request

Query Parameters

    agg_by string

    The value should be 'tenant'(if you want aggregated results across all child tenants) or empty.

    Example: tenant

Header Parameters

    X-PANW-Region string

    This will be one of the 9 supported regions(americas, europe, au,de, jp, ca, sg, uk, in)

    Example: americas

Body

    filter objectrequired

    Resource count filter. Consists of a required operator and an array of rules objects.

    operator stringrequired

    Must be 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

    Filter property field that is one of the example values

    values string[]

    Filter property value

  • ]
  • properties object[]required

    List of property json objects

  • Array [
  • alias string
    property string

    App summary property. See ResourceProperty.

  • ]

Responses

Success

Schema
    any
Loading...