调用DescribeProjectMeta接口查询云监控支持的时序类监控项产品列表。
接口说明
获取接入的云产品信息,包括产品的描述信息、Namespace 和标签。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 | 
|---|---|---|---|---|
| Labels | string | 否 | 标签。根据标签过滤,标签为每个报警增加特殊标记。 目前仅支持按照产品过滤,即 说明 
对于阿里云中云监控控制台的特殊标签,不建议您使用。
 | [{"name":"product","value":"ECS"}] | 
| PageNumber | integer | 否 | 页码。 取值范围:1~100。 默认值:1。 | 1 | 
| PageSize | integer | 否 | 分页大小。 取值范围:1~10000。 默认值:30。 说明 
目前阿里云未限制该参数,如果您需要获取所有结果,则将分页大小设置为较大的值即可。
 | 30 | 
返回参数
示例
正常返回示例
JSON格式
{
  "RequestId": "4C2061B2-3B1B-43BF-A4A4-C53426F479C0",
  "Success": true,
  "Code": 200,
  "Message": "The Request is not authorization.",
  "PageSize": 5,
  "PageNumber": 1,
  "Total": 12,
  "Resources": {
    "Resource": [
      {
        "Namespace": "acs_cdn",
        "Description": "CDN",
        "Labels": "[{\"metricCategory\":ecs}]"
      }
    ]
  }
}错误码
| HTTP status code | 错误码 | 错误信息 | 描述 | 
|---|---|---|---|
| 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. | - | 
访问错误中心查看更多错误码。
变更历史
| 变更时间 | 变更内容概要 | 操作 | 
|---|
暂无变更历史
