GetResourceStatistics - 获取资源统计

获取资源统计。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求语法

POST /config/resource/count HTTP/1.1

请求参数

名称类型必填描述示例值
bodyobject

请求 Body。

clientTokenstring

幂等校验 ID。

FD200FAE-E98F-496E-BFE6-4CE61E59A2E9

返回参数

名称类型描述示例值
object

响应结构。

requestIdstring

请求 ID。

FD200FAE-E98F-496E-BFE6-4CE61E59A2E9
dataobject

返回数据。

incidentCountinteger

事件总数。

1331
alertCountinteger

报警总数。

123
problemCountinteger

故障总数。

221
integrationCountinteger

集成总数。

2211

示例

正常返回示例

JSON格式

{
  "requestId": "FD200FAE-E98F-496E-BFE6-4CE61E59A2E9",
  "data": {
    "incidentCount": 1331,
    "alertCount": 123,
    "problemCount": 221,
    "integrationCount": 2211
  }
}

错误码

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
暂无变更历史