查询高防实例防护统计信息
GET
https://ipanti.jdcloud-api.com/v1/regions/{regionId}/describeProtectionStatistics
名称 | 类型 | 是否必需 | 默认值 | 描述 |
---|---|---|---|---|
regionId | String | True | 区域 ID, 高防不区分区域, 传 cn-north-1 即可 |
无
名称 | 类型 | 描述 |
---|---|---|
result | Result | |
requestId | String | |
error | Error |
名称 | 类型 | 描述 |
---|---|---|
err | Err |
名称 | 类型 | 描述 |
---|---|---|
code | Long | 同http code |
details | Object | |
message | String | |
status | String | 具体错误 |
名称 | 类型 | 描述 |
---|---|---|
data | ProtectionStatistics |
名称 | 类型 | 描述 |
---|---|---|
instancesCount | Integer | 实例数量 |
protectedCount | Integer | 已防护实例数量 |
protectedDay | Integer | 已防护天数 |
返回码 | 描述 |
---|---|
200 | OK |
404 | NOT_FOUND |
500 | INTERNAL_SERVER_ERROR |