System Administration > Monitoring > Alarms And Events

Bulk update the status of zero or more Alarms.

Bulk update the status of zero or more Alarms that match the specified filters. The new_status value can be OPEN, ACKNOWLEDGED, SUPPRESSED, or RESOLVED. If new_status is SUPPRESSED, the suppress_duration query parameter must also be specified.

Request:

Method:
POST
URI Path(s):
/api/v1/alarms?action=set_status
Request Headers:
n/a
Query Parameters:
UpdateStatusWithFiltersParameter+
Request Body:
n/a

Example Request:

POST /api/v1/alarms/?action=set_status&new_status=ACKNOWLEDGED &status=OPEN

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
n/a

Required Permissions:

crud

Feature:

system_alarms_events

Additional Errors: