1、ddos配置添加user_region字段;新增voip和流媒体业务;
2、ddos日志查询接口添加isBlock查询条件; 3、新增NTC VoIP、流媒体、文件摘要原始日志查询接口; 4、NTC BGP日志添加type、asNumber、route三个字段;
This commit is contained in:
@@ -31,6 +31,8 @@ public class NtcDdosLog extends LogEntity<NtcDdosLog> {
|
||||
protected String attackTotalByte;
|
||||
@ApiModelProperty(value = "攻击流量是否被丢弃", required = true)
|
||||
protected Integer isBlcok;
|
||||
|
||||
protected String searchIsBlcok; //攻击流量是否被丢弃
|
||||
public Integer getAttackType() {
|
||||
return attackType;
|
||||
}
|
||||
@@ -80,4 +82,11 @@ public class NtcDdosLog extends LogEntity<NtcDdosLog> {
|
||||
this.isBlcok = isBlcok;
|
||||
}
|
||||
|
||||
public String getSearchIsBlcok() {
|
||||
return searchIsBlcok;
|
||||
}
|
||||
|
||||
public void setSearchIsBlcok(String searchIsBlcok) {
|
||||
this.searchIsBlcok = searchIsBlcok;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user