接口功能介绍
查询安全防护概览接口
接口约束
传参规范
URI
GET /vfw/v2_protection_statistics
路径参数
无
Query参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
type | 是 | String | 时间day1最近一天 day 3最近3天day7最近7天 | ||
firewallId | 否 | String | 防火墙id | dca4f9ffaca2447aa24310c1e62c4690 | |
firewallType | 否 | String | 防火墙类型 | NorthSouth |
请求参数
请求头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 | 接口返回结果 | ProtectStatisticsVo |
表 ProtectStatisticsVo
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
ewTotal | Integer | 东西向防护总次数 | ||
ewIpsTotal | Integer | 东西向入侵防御拦截数 | ||
ewAcTotal | Integer | 东西向访问控制拦截数 | ||
nsTotal | Integer | 南北向防护总次数 | ||
nsIpsTotal | Integer | 南北向入侵防御拦截数 | ||
nsAcTotal | Integer | 南北向访问控制拦截数 | ||
ewAlarmCount | Integer | 东西向告警总次数 | ||
ewAttackIpCount | Integer | 东西向攻击ip数 | ||
ewAffectedIpCount | Integer | 东西向受影响资产数 | ||
nsAlarmCount | Integer | 南北向告警总次数 | ||
nsAttackIpCount | Integer | 南北向攻击ip数 | ||
nsAffectedIpCount | Integer | 南北向受影响资产数 |
枚举参数
无
请求示例
请求url
无
请求头header
{
"regionid": "100054c0416811e9a6690242ac110002",
"urlType": "CTAPI"
}
请求体body
{}
响应示例
{
"statusCode": "800",
"error": "CFW_0000",
"message": "成功!",
"returnObj": {
"ewTotal": 0,
"ewIpsTotal": 0,
"ewAcTotal": 0,
"nsTotal": 57,
"nsIpsTotal": 0,
"nsAcTotal": 57,
"ewAlarmCount": 0,
"ewAttackIpCount": 0,
"ewAffectedIpCount": 0,
"nsAlarmCount": 0,
"nsAttackIpCount": 0,
"nsAffectedIpCount": 0
}
}
状态码
请参考 状态码
错误码
请参考 错误码