Get Alarm Instance By Id
Get an alarm instance by ID
Request
URI
GET
https://{api_host}/ssp/alarms/{id}
COPY
Path Parameters
string
id
Required
identifier for an alarm instance
Authentication
This operation uses the following authentication methods.
Responses
200
Alarm Instance Response OK
Returns
AlarmInstance
of type(s)
application/json
This response body class contains all of the following:
InlineAlarmInstance0 ,
InlineAlarmInstance1
"AlarmInstance Object"
400
Bad Request for AlarmInstance by ID
Returns
Error
of type(s)
application/json
"Error Object"
integer
error_code
Required
HTTP Status or Application error code
string
module_name
Optional
Module where the error happened
string
error_message
Required
Message describing the error
404
AlarmInstance ID Not Found
Returns
Error
of type(s)
application/json
"Error Object"
integer
error_code
Required
HTTP Status or Application error code
string
module_name
Optional
Module where the error happened
string
error_message
Required
Message describing the error
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/ssp/alarms/{id}