Use this API to count the alerting activities for FIM.
Parameter |
Mandatory/Optional |
Data Type |
Description |
---|---|---|---|
filter |
Mandatory |
String |
Filter the alerts by providing a query using Qualys syntax. Refer to the How to Search topic in the Online Help for assistance with creating your query. For example: ruleName:`POD12: Email Rule` |
API Request
curl -X POST
<qualys_base_url>
/fim/v3/alert/activities/count
-H 'authorization: Bearer <token>'
-H 'content-type: application/json'
-d @request.json
Contents of request.json
{
"filter": "string"
}
Response
{
"count": "86457"
}