List applications
POST/mt/monitor/v1/agg/applications/list
Retrieve an aggregated list of applications across tenants.
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
- ApplicationRule
- TimeFilter
- Array [
- ]
- Array [
- ]
- Array [
- ]
filter objectrequired
filter json object
Always set to AND
rules object[]
Rule name that is set to one of the example values
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
Operations that need to be run on the property field. Operations can be run only on number properties.
Property field name. Property fields will be returned in the API response.
sort object
Sort Order for the property
Responses
- 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