PUT
/
alarms
/
{alarmId}
/
labels
/
{labelId}
Add a label to an alarm
curl --request PUT \
  --url https://your-subdomain.alienvault.cloud/api/2.0/alarms/{alarmId}/labels/{labelId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

alarmId
string<uuid>
required

The UUID of the alarm.

labelId
string
required

The ID of the label to add.

Response

Label added successfully.