接口功能介绍
查询告警详情
接口约束
传参规范
URI
GET /vfw/v2_alarm_detail
路径参数
无
Query参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
alarmId | 是 | String | 告警id | 119320 |
请求参数
请求头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 | 接口返回结果 | AlarmDetailView |
表 AlarmDetailView
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
createTime | String | 创建时间 | 2024-10-24T01:44:12Z | |
updateTime | String | 修改时间 | 2024-10-24T01:44:12Z | |
alarmName | String | 告警名称 | 100.126.9.172_192.168.10.5_POP3_Weak_Password_Login_Attempt(TCP)告警 | |
attackType | String | 攻击类型 | InformationDisclosure-WeakPassword | |
attackIp | String | 攻击ip | 100.126.9.172 | |
affectedIp | String | 受影响ip | 192.168.10.5 | |
attackLevel | String | 攻击等级 | MIDDLE | |
triggerCount | Integer | 触发次数 | 1 | |
ruleId | Long | 命中规则id | 43049 | |
ruleName | String | 命中规则名称 | POP3_Weak_Password_Login_Attempt(TCP) | |
sourceType | String | 判断来源 | BASE | |
attackDirection | String | 方向 | 1 | |
isHandled | Boolean | 标记处理 | false | |
alarmStatus | String | 告警状态 | ALERT | |
attackApp | String | 攻击应用 | ftp | |
firewallId | String | 防火墙id | c7cfe772fd3f482da630132e6548a19a | |
affectedHostName | String | 受影响主机名 | cfw-client-001 | |
hostType | String | 资产类型 | 云主机 | |
vpcId | String | vpcId | vpc-w2yk897lsx | |
vpcName | String | vpcName | vpc-lwj | |
affectedVpcId | String | 受攻击者vpc id | vpc-w2yk897lsx | |
publicIp | String | 公网ip | 100.126.8.146 | |
isProtected | Boolean | 防护状态 | true |
枚举参数
无
请求示例
请求url
无
请求头header
{
"regionid": "100054c0416811e9a6690242ac110002",
"urlType": "CTAPI"
}
请求体body
{}
响应示例
{
"statusCode": "200",
"error": "CFW_0000",
"message": "成功!",
"returnObj": {
"createTime": "2024-10-24T01:44:12Z",
"updateTime": "2024-10-24T01:44:12Z",
"alarmName": "100.126.9.172_192.168.10.5_POP3_Weak_Password_Login_Attempt(TCP)告警",
"attackLevel": "MIDDLE",
"alarmStatus": "ALERT",
"attackIp": "100.126.9.172",
"affectedIp": "192.168.10.5",
"triggerCount": 1,
"attackType": "InformationDisclosure-WeakPassword",
"sourceType": "BASE",
"ruleId": 43049,
"ruleName": "POP3_Weak_Password_Login_Attempt(TCP)",
"attackDirection": "1",
"attackApp": "ftp",
"affectedHostName": "cfw-client-001",
"hostType": "云主机",
"vpcId": "vpc-w2yk897lsx",
"vpcName": "vpc-lwj",
"publicIp": "100.126.8.146",
"firewallId": "c7cfe772fd3f482da630132e6548a19a",
"isHandled": false,
"isProtected": true
},
"statusCode": "800"
}
状态码
请参考 状态码
错误码
请参考 错误码