com.apama.cumulocity
Event FindAlarmResponseAck


Response from Cumulocity when it has completed searching for alarms.

These events are sent to the FindAlarmResponse.SUBSCRIBE_CHANNEL channel.
Field summary
 integerreqId

Request identifier.
 booleanerror

True if an error was received during this FindAlarm request.
 integerstatusCode

Status code from the final response.
 stringerrorDetails

If there is an error, typically this will be the error message parsed from the error event else empty.
 
Field detail

error

boolean error
True if an error was received during this FindAlarm request.

errorDetails

string errorDetails
If there is an error, typically this will be the error message parsed from the error event else empty.

reqId

integer reqId
Request identifier.

Equal to the reqId in the FindAlarm event.

statusCode

integer statusCode
Status code from the final response.