List application usage by type
POST/mt/monitor/v1/agg/applicationUsage
Retrieve a list of application usage by application type.
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
- Risky Application Usage Trend
- Top Application Categories by Data Usage
- Top Apps by Data
Schema
- any
[
{
"event_time": "<time in ms>",
"total_bytes_usage": 100
}
]
[
{
"app_sub_category": "<app-sub-category>",
"app_usage": 100
}
]
[
{
"app": "<app-name>",
"total_bytes_usage": 10,
"unique_count": 1
}
]
Bad Request
Server Error