Last Updated on : 2023-06-21 07:13:10download
Modify a monitoring metric for a specified device.
PUT: /v1.0/iot-03/si/products/monitor-indicator/{indicator_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
indicator_id | String | uri | true | The ID of a specified metric. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
indicator_code | String | true | The code of a specified metric. | |
monitor_type | String | true | The type of a specified metric.
|
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. |
PUT: /v1.0/iot-03/si/products/monitor-indicator/14****
{
"indicator_code": "swtich****",
"monitor_type": "core_monitor"
}
{
"result": true,
"t": 1635676035800,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback