Last Updated on : 2023-06-21 07:13:10download
Query all monitoring metrics under a specified monitoring type, including the code, name, and unit of the monitoring metrics.
GET: /v1.0/iot-03/si/products/indicator-code
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
monitor_type | String | query | true | The monitoring type. |
Parameter name | Type | Description |
---|---|---|
result | List | A list of monitoring metrics. |
Description of result
Parameter name | Type | Description |
---|---|---|
indicator_code | String | The code of a specified metric. |
indicator_name | String | The name of a specified metric. |
unit | String | The unit. |
GET: /v1.0/iot-03/si/products/indicator-code?monitor_type=environment
{
"result": [
{
"indicator_code": "co2_value",
"indicator_name": "Carbon dioxide detection value",
"unit": "ppm"
}
]
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback