Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a list of all alert closing reasons.
Example Output
{
"data": {
"closingReasons": [
{
"id": "1",
"name": "Other"
},
{
"id": "2",
"name": "Benign activity"
},
{
"id": "3",
"name": "True positive"
},
{
"id": "4",
"name": "Environment misconfiguration"
},
{
"id": "5",
"name": "Alert recently customized"
},
{
"id": "6",
"name": "Inaccurate alert logic"
},
{
"id": "7",
"name": "Authorized activity"
}
]
}
}
Workflow Library Example
List Closing Reasons with Varonis and Send Results Via Email