接口功能介绍
查询东西向(vpc)资产统计接口
接口约束
传参规范
URI
GET /vfw/v2_assert_statistics
路径参数
无
Query参数
无
请求参数
请求头header参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
urlType | 是 | String | 请求地址类型 | CTAPI | |
regionId | 是 | String | 资源池id | 100054c0416811e9a6690242ac110002 |
请求体body参数
无
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
statusCode | String | 状态码 | ||
message | String | 返回信息 | 成功 | |
error | String | 错误码:CFW_0000 :成功!;CFW_0001:参数错误!;CFW_0002:业务错误! | CFW_0000 | |
returnObj | Object | 接口返回结果 | SystemVrfBindStatisticsView |
表 AssertProtectStatisticsView
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
vpcFlowMax | Long | vpc峰值带宽 | ||
vpcFlowProcessingCapacity | Integer | 带宽规格 | ||
percentage | Double | 百分比 | ||
vpcPeerProtectCount | Integer | 对等连接已防护数量 | ||
vpcPeerUnProtectCount | Integer | 对等连接未防护数量 | ||
cdaProtectCount | Integer | 云专线已防护数量 | ||
cdaUnProtectCount | Integer | 云专线未防护数量 | ||
ecProtectCount | Integer | 云间高速已防护数量 | ||
ecUnProtectCOunt | Integer | 云间高速未防护数量 | ||
vpcUsedQuotaCount | Integer | vpc配额已使用数量 | ||
vpcUnUsedQuotaCount | Integer | vpc配额未使用数量 | ||
vpcQuotaCount | Integer | vpc配额数量 |
枚举参数
无
请求示例
请求url
无
请求头header
{
"regionid": "100054c0416811e9a6690242ac110002",
"urlType": "CTAPI"
}
请求体body
{}
响应示例
{
"statusCode": "800",
"error": "CFW_0000",
"message": "成功!",
"returnObj": {
"vpcFlowMax": 31751795,
"percentage": 1.16,
"vpcFlowProcessingCapacity": 2600,
"vpcPeerProtectCount": 2,
"vpcPeerUnProtectCount": 0,
"cdaProtectCount": 0,
"cdaUnProtectCount": 0,
"ecProtectCount": 1,
"ecUnProtectCount": 2,
"vpcUsedQuotaCount": 3,
"vpcUnUsedQuotaCount": 7,
"vpcQuotaCount": 10
}
}
状态码
请参考 状态码
错误码
请参考 错误码