List application count
POST/mt/monitor/v1/agg/applications
Retrieve an aggregated count 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
- TimeFilter
- UrlLogsRule
- Array [
- ]
- Array [
- ]
- Array [
- ]
filter objectrequired
Resource count filter. Consists of a required operator and an array of rules objects.
Must be AND
.
rules object[]
See UrlLogsRule 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
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 values
properties object[]required
List of property json objects
App summary property. See ResourceProperty.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Security Rules and Risky Apps
- Top Applications By Connection
- Top Users Accessing Risky Apps
Schema
- any
[
{
"count": 100,
"rule_name": "<rule-name>",
"sub_tenant_id": "<sub-tenant-id>"
}
]
[
{
"app_category": "<app-category>",
"sub_tenant_id": "<sub-tenant-id>",
"total_sessions": 100
}
]
[
{
"count": 12,
"sub_tenant_id": "<sub-tenant-id>",
"user_name": "<user-name>"
}
]
Bad Request
Server Error