最近更新时间:2021-12-30 17:01:14
基于缓存服务状态的维度,统计机房维度的缓存服务数量和机房汇总数量。
GET
英文名称 | 中文名称 | 类型 | 是否必须 | 备注 |
---|---|---|---|---|
Action | 调用接口名称 | String | 是 | 取固定值:StatisticDBInstances |
Version | API版本号 | String | 是 | 取固定值:2016-07-01 |
英文名称 | 中文名称 | 类型 | 备注 |
---|---|---|---|
RequestId | 请求ID | String | 请求标识 |
Data | 返回数据信息 | Object | 返回实例创建简要信息,参照请见-返回示例 |
关于所有操作返回的错误信息,参照请见-通用异常信息
https://kcs.api.ksyun.com/?Action=StatisticDBInstances&Version=2016-07-01
{
{
"RequestId": "031a9111-057e-4296-818d-74c34d3a86e2",
"Data": {
"partition": [
{
"name": "上海3区(VPC)",
"code": "cn-shanghai-3",
"total": 6,
"statistics": [
{
"name": "运行中",
"code": "running_status",
"total": 5
},
{
"name": "即将过期",
"code": "expiring_soon",
"total": 0
},
{
"name": "已过期",
"code": "locked_status",
"total": 0
},
{
"name": "其他状态",
"code": "abnormal_status",
"total": 1
}
]
}
],
"count": {
"name": "总实例数",
"code": "ALL",
"total": 6,
"statistics": [
{
"name": "运行中",
"code": "running_status",
"total": 5
},
{
"name": "即将过期",
"code": "expiring_soon",
"total": 0
},
{
"name": "已过期",
"code": "locked_status",
"total": 0
},
{
"name": "其他状态",
"code": "abnormal_status",
"total": 1
}
]
}
}
}
}
纯净模式