Fetch all Alert Actions API
Use this API function to fetch FIM alerting data.
API Request
curl -X POST
<qualys_base_url>/fim/v3/alert/actions/search
-H'authorization: Bearer <token>'
-H 'content-type: application/json'
Response
{
"customerId": "x5x0514x-x211-x1x4-809x-x3x2xx667xxx",
"applicationName": "FIM",
"id": "xxx13x40-11x0-11xx-x12x-xx6083x5x695",
"name": "Email - Alerting regression",
"description": "Alerting regression",
"actionType": "qemail",
"createdBy": "John Doe",
"createdById": "doe_john",
"updatedBy": "John Doe",
"updatedById": "doe_john",
"created": 1574919350308,
"updated": 1574919362952,
"alert": "Email- Alerting regression",
"subject": "Email- Alerting regression",
"smtpHost": "mta01.example.com",
"smtpPort": 25,
"emailRecipients": [
"[email protected]",
"[email protected]",
"[email protected]"
],
"emailFromAddress": "[email protected]",
"emailReplyTo": "[email protected]",
"slackWebhookUri": null,
"slackChannel": null,
"pagerdutyServiceKey": null,
"pagerdutyEventType": null,
"pagerdutyClient": null,
"activeRules": 1,
"disabledRules": 2,
"smtpUser": null
}