調(diào)用DescribeMetricMetaList接口查詢?cè)票O(jiān)控開放的監(jiān)控項(xiàng)詳情。
接口說明
通常配合查詢監(jiān)控?cái)?shù)據(jù)接口 DescribeMetricList 和 DescribeMetricLast 一起使用,詳情請(qǐng)參見 DescribeMetricList 和 DescribeMetricLast 。
調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。
授權(quán)信息
當(dāng)前API暫無授權(quán)信息透出。
請(qǐng)求參數(shù)
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Namespace | string | 否 | 云產(chǎn)品的命名空間。 關(guān)于云產(chǎn)品的命名空間,請(qǐng)參見云產(chǎn)品監(jiān)控項(xiàng)。 | acs_kvstore |
Labels | string | 否 | 根據(jù)標(biāo)簽過濾資源。是一個(gè) JSON 的字符串。 格式:
| [{"name":"productCategory","value":"kvstore_old"}] |
MetricName | string | 否 | 監(jiān)控項(xiàng)名稱。詳情請(qǐng)參見云產(chǎn)品監(jiān)控項(xiàng)。 | CPUUtilization |
PageNumber | integer | 否 | 分頁(yè)參數(shù)。默認(rèn)值:1。 | 1 |
PageSize | integer | 否 | 每頁(yè)最大數(shù)量。默認(rèn)值:30。 | 30 |
返回參數(shù)
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "The Request is not authorization.",
"RequestId": "CDE9EAFF-D54E-4024-BBFC-B0AAC883143B",
"TotalCount": "10",
"Success": true,
"Resources": {
"Resource": [
{
"MetricName": "ads.diskSize",
"Description": "The rated disk capacity",
"Labels": "[{\\\"name\\\":\\\"minAlertPeriod\\\",\\\"value\\\":\\\"300\\\"},{\\\"name\\\":\\\"alertDefault\\\",\\\"value\\\":\\\"\\\"},{\\\"name\\\":\\\"unitFactor\\\",\\\"value\\\":\\\"1\\\"},{\\\"name\\\":\\\"alertUnit\\\",\\\"value\\\":\\\"Mbytes\\\"},{\\\"name\\\":\\\"productCategory\\\",\\\"value\\\":\\\"ads\\\"},{\\\"name\\\":\\\"is_alarm\\\",\\\"value\\\":\\\"true\\\"},{\\\"name\\\":\\\"metricCategory\\\",\\\"value\\\":\\\"workerId\\\"}]",
"Unit": "MB",
"Dimensions": "userId,instanceId,tableSchema,workerId",
"Namespace": "acs_ads",
"Periods": "300",
"Statistics": "Average,Minimum,Maximum"
}
]
}
}
錯(cuò)誤碼
HTTP status code | 錯(cuò)誤碼 | 錯(cuò)誤信息 | 描述 |
---|---|---|---|
400 | ParameterInvalid | Illegal parameters. | - |
403 | AccessForbidden | User not authorized to operate on the specified resource. | - |
404 | ResourceNotFound | The specified resource is not found. | 未找到指定資源。 |
500 | InternalError | The request processing has failed due to some unknown error. | - |
訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。
變更歷史
變更時(shí)間 | 變更內(nèi)容概要 | 操作 |
---|---|---|
2024-04-16 | OpenAPI 描述信息更新、OpenAPI 錯(cuò)誤碼發(fā)生變更 | 查看變更詳情 |