Last Updated on : 2023-06-15 05:54:38
Add a monitor. You can customize the monitor name and ID.
POST: /v1.0/iot-03/statistical-indicators/monitors
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
monitor_id | String | body | true | The monitor ID. Contain only numbers, uppercase and lowercase letters, or underscores. |
name | String | body | true | The name of a specified monitor. |
Parameter name | Type | Description |
---|---|---|
result | String | The IDs of added monitors. |
POST: /v1.0/iot-03/statistical-indicators/monitors
{
"name": "Video Monitoring of Building A",
"monitor_id": "m00101"
}
{
"result": "m00101",
"t": 1632464908092,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback