Process Alert History

Last Updated on : 2023-06-21 07:13:10download

Process the alert history.

API address

PUT: /v1.0/si/iot-03/alarm-record

Request parameter

Description of body

Parameter name Type IN Required Description
process_person String true The name of the processor.
process_remark String true The remarks.
id Long false The ID of the primary key.
gmt_modified Long false The time when it is updated.

Return parameter

Parameter name Type Description
result Boolean The returned result.

Request example

PUT: /v1.0/si/iot-03/alarm-record
{ "id": "146348640464735****", "process_person": "James", "process_remark": "Processed", }

Return example

{ "result": true, "t": 1638241150484, "success": true }

Error code

For more information, see error code.