List top tenants with risky URLs
POST/mt/monitor/v1/agg/urlLogs
Retrieve top tenants with risky URLs.
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
filter json object
Always set to AND
rules object[]
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
Property field name. Property fields will be returned in the API response.
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Security Rules and Unblocked Risky Urls
- Top Tenants with Risky URLs
- Top Users Accessing Unblocked Risky Urls
Schema
- any
[
{
"rule_name": "<rule-name>",
"sub_tenant_id": "<sub-tenant-id>",
"uri_count": 300
}
]
[
{
"sub_tenant_id": "<sub_tenant_id>",
"value": 340
}
]
[
{
"sub_tenant_id": "<sub-tenant-id>",
"uri_count": 596,
"user_name": "<user-name>"
}
]
Bad Request
Server Error