Update Alert Status
Update the given alert with the corresponding status.
External Documentation
To learn more, visit the Reco documentation.
Parameters
Parameter | Description |
---|---|
Alert ID | Your alert ID, can be retrieved form the 'List Alerts' action. |
Alert Status | The new alert status to be updated. |
Example Output
{
"alert": {
"id": "example-dd41-1234-1234-alertid",
"policyId": "example-dd41-1234-1234-policyid",
"description": "ZenDesk Account Sandbox is Enabled",
"aggregationRulesToKeys": {
"aggregationRuleToKey": []
},
"status": "ALERT_STATUS_NEW",
"riskLevel": "LOW",
"policyViolations": [],
"createdAt": "2024-01-22T07:07:56.435242Z",
"updatedAt": "2024-01-24T14:38:20.110844Z",
"extractionSource": "ZENDESK_ACCOUNT_SETTINGS_API"
}
}
Workflow Library Example
Update Alert Status with Reco and Send Results Via Email
Preview this Workflow on desktop