Last Updated on : 2023-06-21 07:13:05download
Add multiple devices to a specified monitor. Up to 20 devices can be added each time.
POST: /v1.0/iot-03/statistical-indicators/monitors/{monitor_id}/devices
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
monitor_id | String | uri | true | The monitor ID. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The result of adding. |
POST: /v1.0/iot-03/statistical-indicators/monitors/xxx/devices
{
"devices": [
"xxx"
]
}
{
"result": true,
"t": 1624525873263,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback