Get top tenants by incidents count
POST/mt/monitor/v1/agg/incidents/tenants
Get top tenants by incidents count(open critical + warning)
Request
Query Parameters
agg_by string
The value should be 'tenant'(if you want aggregated results across all child tenants) or empty.
Example: tenant
Header Parameters
X-PANW-Region string
This will be one of the 9 supported regions(americas, europe, au,de, jp, ca, sg, uk, in)
Example: americas
- application/json
Body
- IncidentRule
- TimeFilter
- Array [
- ]
- Array [
- ]
- Array [
- ]
filter objectrequired
filter json object
operator stringrequired
Always set to AND
rules object[]
anyOf
operator string
Filter operator that is one of the example values and is run on the property field
property string
Filter property field that is one of the example values
values string[]
Filter property value
operator string
Filter operator that is one of the example values and is run on the property field
property string
Filter property field that is one of the example values
values string[]
Filter property value
properties object[]required
List of property json objects
alias string
property string
Property field name. Property fields will be returned in the API response.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Top Tenants By Incidents
Schema
- any
[
{
"critical_count": 10,
"sub_tenant_id": 123456,
"total_count": 20,
"warning_count": 10
},
{
"critical_count": 20,
"sub_tenant_id": 5678768,
"total_count": 30,
"warning_count": 10
}
]
Bad Request
Server Error
Loading...