List app summary
POST/mt/monitor/v1/agg/applications/summary
Retrieve an aggregated summary count of risky 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
- AppSummaryRule
- TimeFilter
- Array [
- ]
- Array [
- ]
filter objectrequired
App summary filter. Consists of a required operator and an array of rules objects.
Must be AND
.
rules object[]
See AppSummaryRule and TimeFilter.
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
App summary property fields will be returned in the API response. See AppSummaryProperty.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Blocked Risky Apps
- Top Tenants using Risky Applications
- Total Risky Apps
- Total Risky Apps Per Tenant
- Unblocked Risky Apps
Schema
- any
[
{
"blocked_apps_count": 10,
"risk_of_app_count": 10,
"total_app_count": 10
}
]
[
{
"sub_tenant_id": "<sub-tenant-id>",
"value": 6
}
]
[
{
"risk_of_app_count": 10,
"total_app_count": 10
}
]
[
{
"risk_of_app_count": 10,
"sub_tenant_id": "<sub_tenant_id>",
"total_app_count": 10
}
]
[
{
"risk_of_app_count": 10,
"total_app_count": 10,
"unblocked_apps_count": 10
}
]
Bad Request
Server Error