NSX-T Data Center REST API
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=OPENSuccessful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
n/a