Security Insights
Retrieve a specific insight
Retrieve a specific insight for a specific domain.
get/waap/v1/domains/{domain_id}/insights/{insight_id}
Path parameters
domain_idinteger required
The domain ID
The domain ID
insight_idstring uuid required
Response
Successful Response
Example response
{
"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\""
}