Security Insights
Retrieve a list of insights
Retrieve a list of insights for a specific domain.
get/waap/v1/domains/{domain_id}/insights
Path parameters
domain_idinteger required
The domain ID
The domain ID
Query parameters
ordering'id' | '-id' | 'insight_type' | '-insight_type' | 'first_seen' | '-first_seen' | 'last_seen' | '-last_seen' | 'last_status_change' | '-last_status_change' | 'status' | '-status'
limitinteger
Number of items to return
Number of items to return
offsetinteger
Number of items to skip
Number of items to skip
idstring[] nullable
The ID of the insight
The ID of the insight
insight_typestring[] nullable
The type of the insight
The type of the insight
statusInsightStatus[] nullable
The status of the insight
The status of the insight
descriptionstring nullable
The description of the insight. Supports '*' as a wildcard.
The description of the insight. Supports '*' as a wildcard.
Response
Successful Response
Example response
{
"results": [
{
"description": "A request originated from a high-risk IP: 1.2.3.4, but it was allowed by rule: 'my custom rule' the description of the insight",
"recommendation": "disable or delete rule \"my-custom-rule\""
}
]
}