public class DescribeScdnBotRecordsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeScdnBotRecordsRequest() |
DescribeScdnBotRecordsRequest(DescribeScdnBotRecordsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get mainland 大陆地区 overseas境外地区
|
String |
getBotType()
Get BOT类型,取值为"UB","UCB","TCB",分别表示:未知类型,自定义类型,公开类型
|
String |
getDomain()
Get 域名
|
String[] |
getDomains()
Get 域名列表,为空表示查询AppID维度数据
|
String |
getEndTime()
Get 结束时间
|
String |
getFilterAction()
Get 目前支持的Action
"intercept" 拦截
"monitor",监控
"permit" 放行
"redirect" 重定向
尚未支持的Action
"captcha" 验证码
|
String |
getFilterIp()
Get 过滤的IP
|
String |
getFilterName()
Get BotType=UB时,表示需要过滤的预测标签,取值如下:
"crawler_unregular",
"crawler_regular",
"request_repeat",
"credential_miss_user",
"credential_without_user",
"credential_only_action",
"credential_user_password",
"credential_cracking",
"credential_stuffing",
"brush_sms",
"brush_captcha",
"reg_malicious"
BotType=TCB时,表示需要过滤的Bot分类,取值如下:
"Uncategorised",
"Search engine bot",
"Site monitor",
"Screenshot creator",
"Link checker",
"Web scraper",
"Vulnerability scanner",
"Virus scanner",
"Speed tester",
"Feed Fetcher",
"Tool",
"Marketing"
BotType=UCB时,取值如下:
User-Agent为空或不存在
User-Agent类型为BOT
User-Agent类型为HTTP Library
User-Agent类型为Framework
User-Agent类型为Tools
User-Agent类型为Unkonwn BOT
User-Agent类型为Scanner
Referer空或不存在
Referer滥用(多个UA使用相同Referer)
Cookie滥用(多个UA使用相同Cookie)
Cookie空或不存在
Connection空或不存在
Accept空或不存在
Accept-Language空或不存在
Accept-Enconding空或不存在
使用HTTP HEAD方法
HTTP协议为1.0或者更低
IDC-IP 腾讯云
IDC-IP 阿里云
IDC-IP 华为云
IDC-IP 金山云
IDC-IP UCloud
IDC-IP 百度云
IDC-IP 京东云
IDC-IP 青云
IDC-IP Aws
IDC-IP Azure
IDC-IP Google
以上所有类型,FilterName为空时,表示不过滤,获取所有内容
|
Long |
getLimit()
Get 分页参数
|
Long |
getOffset()
Get 分页参数
|
BotSortBy[] |
getSortBy()
Get 排序参数
|
String |
getStartTime()
Get 开始时间
|
void |
setArea(String Area)
Set mainland 大陆地区 overseas境外地区
|
void |
setBotType(String BotType)
Set BOT类型,取值为"UB","UCB","TCB",分别表示:未知类型,自定义类型,公开类型
|
void |
setDomain(String Domain)
Set 域名
|
void |
setDomains(String[] Domains)
Set 域名列表,为空表示查询AppID维度数据
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setFilterAction(String FilterAction)
Set 目前支持的Action
"intercept" 拦截
"monitor",监控
"permit" 放行
"redirect" 重定向
尚未支持的Action
"captcha" 验证码
|
void |
setFilterIp(String FilterIp)
Set 过滤的IP
|
void |
setFilterName(String FilterName)
Set BotType=UB时,表示需要过滤的预测标签,取值如下:
"crawler_unregular",
"crawler_regular",
"request_repeat",
"credential_miss_user",
"credential_without_user",
"credential_only_action",
"credential_user_password",
"credential_cracking",
"credential_stuffing",
"brush_sms",
"brush_captcha",
"reg_malicious"
BotType=TCB时,表示需要过滤的Bot分类,取值如下:
"Uncategorised",
"Search engine bot",
"Site monitor",
"Screenshot creator",
"Link checker",
"Web scraper",
"Vulnerability scanner",
"Virus scanner",
"Speed tester",
"Feed Fetcher",
"Tool",
"Marketing"
BotType=UCB时,取值如下:
User-Agent为空或不存在
User-Agent类型为BOT
User-Agent类型为HTTP Library
User-Agent类型为Framework
User-Agent类型为Tools
User-Agent类型为Unkonwn BOT
User-Agent类型为Scanner
Referer空或不存在
Referer滥用(多个UA使用相同Referer)
Cookie滥用(多个UA使用相同Cookie)
Cookie空或不存在
Connection空或不存在
Accept空或不存在
Accept-Language空或不存在
Accept-Enconding空或不存在
使用HTTP HEAD方法
HTTP协议为1.0或者更低
IDC-IP 腾讯云
IDC-IP 阿里云
IDC-IP 华为云
IDC-IP 金山云
IDC-IP UCloud
IDC-IP 百度云
IDC-IP 京东云
IDC-IP 青云
IDC-IP Aws
IDC-IP Azure
IDC-IP Google
以上所有类型,FilterName为空时,表示不过滤,获取所有内容
|
void |
setLimit(Long Limit)
Set 分页参数
|
void |
setOffset(Long Offset)
Set 分页参数
|
void |
setSortBy(BotSortBy[] SortBy)
Set 排序参数
|
void |
setStartTime(String StartTime)
Set 开始时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeScdnBotRecordsRequest()
public DescribeScdnBotRecordsRequest(DescribeScdnBotRecordsRequest source)
public String getBotType()
public void setBotType(String BotType)
BotType
- BOT类型,取值为"UB","UCB","TCB",分别表示:未知类型,自定义类型,公开类型public String getDomain()
public void setDomain(String Domain)
Domain
- 域名public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页参数public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页参数public String getArea()
public void setArea(String Area)
Area
- mainland 大陆地区 overseas境外地区public BotSortBy[] getSortBy()
public void setSortBy(BotSortBy[] SortBy)
SortBy
- 排序参数public String getFilterName()
public void setFilterName(String FilterName)
FilterName
- BotType=UB时,表示需要过滤的预测标签,取值如下:
"crawler_unregular",
"crawler_regular",
"request_repeat",
"credential_miss_user",
"credential_without_user",
"credential_only_action",
"credential_user_password",
"credential_cracking",
"credential_stuffing",
"brush_sms",
"brush_captcha",
"reg_malicious"
BotType=TCB时,表示需要过滤的Bot分类,取值如下:
"Uncategorised",
"Search engine bot",
"Site monitor",
"Screenshot creator",
"Link checker",
"Web scraper",
"Vulnerability scanner",
"Virus scanner",
"Speed tester",
"Feed Fetcher",
"Tool",
"Marketing"
BotType=UCB时,取值如下:
User-Agent为空或不存在
User-Agent类型为BOT
User-Agent类型为HTTP Library
User-Agent类型为Framework
User-Agent类型为Tools
User-Agent类型为Unkonwn BOT
User-Agent类型为Scanner
Referer空或不存在
Referer滥用(多个UA使用相同Referer)
Cookie滥用(多个UA使用相同Cookie)
Cookie空或不存在
Connection空或不存在
Accept空或不存在
Accept-Language空或不存在
Accept-Enconding空或不存在
使用HTTP HEAD方法
HTTP协议为1.0或者更低
IDC-IP 腾讯云
IDC-IP 阿里云
IDC-IP 华为云
IDC-IP 金山云
IDC-IP UCloud
IDC-IP 百度云
IDC-IP 京东云
IDC-IP 青云
IDC-IP Aws
IDC-IP Azure
IDC-IP Google
以上所有类型,FilterName为空时,表示不过滤,获取所有内容public String getFilterAction()
public void setFilterAction(String FilterAction)
FilterAction
- 目前支持的Action
"intercept" 拦截
"monitor",监控
"permit" 放行
"redirect" 重定向
尚未支持的Action
"captcha" 验证码public String getFilterIp()
public void setFilterIp(String FilterIp)
FilterIp
- 过滤的IPpublic String[] getDomains()
public void setDomains(String[] Domains)
Domains
- 域名列表,为空表示查询AppID维度数据Copyright © 2023. All rights reserved.