List applications
Retrieve an aggregated list of applications across tenants.
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 isamericas
CDL region.Example: americas
- application/json
Request Body
filter object
Applications list filter. Consists of a required operator and an array of rules objects.
operator string requiredMust be
AND
.rules object[]
See ApplicationRule and TimeFilter.
- anyOf
- ApplicationRule
- TimeFilter
Array [operator stringFilter operator that is one of the example values and is run on the property field
property stringFilter property field that is one of the example values
values string[]Filter property value
]Array [object]properties object[] required
List of property json objects
Array [alias stringfunction stringOperations that need to be run on the property field. Operations can be run only on number properties.
property stringApp list property. Property fields will be returned in the API response. See ApplicationProperty.
sort object
order stringSort Order for the property
]
- 200
- 400
- 500
Success
- application/json
- Schema
- Applications List
Schema
- any
[
{
"blocked_app_count": 10,
"risk_of_app_count": "3",
"sub_tenant_id": "1234",
"unique_total_apps": "2"
}
]
Bad Request
Server Error