NSX-T Data Center REST API
Get Alarm identified by alarm-id.
Returns alarm associated with alarm-id. If HTTP status 404 is returned,this means the specified alarm-id is invalid or the alarm with alarm-id
has been deleted. An alarm is deleted by the system if it is RESOLVED
and older than eight days. The system can also delete the remaining
RESOLVED alarms sooner to free system resources when too many alarms
are being generated. When this happens the oldest day's RESOLVED alarms
are deleted first.
Request:
Method:
GET
URI Path(s):
/api/v1/alarms/{alarm-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
Alarm+