cURL
curl --request GET \ --url https://your-subdomain.alienvault.cloud/api/2.0/alarms/{alarmId} \ --header 'Authorization: Bearer <token>'
{ "uuid": "971918fd-a569-548a-5a80-1ffcda2a8365", "has_alarm": false, "needs_enrichment": true, "priority": 20, "suppressed": false, "events": [ { "uuid": "f5e69126-dc89-6691-e2e7-6db03905830d" } ], "rule_intent": "Environmental Awareness", "status": "open", "_links": { "self": { "href": "https://mysubdomain.aveng.us/api/2.0/alarms/971918fd-a569-548a-5a80-1ffcda2a8365" } } }
Retrieves the full details for a single alarm by its UUID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The UUID of the alarm to retrieve.
Alarm details retrieved successfully.
Show child attributes