public class DescribePeakPointsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePeakPointsRequest() |
DescribePeakPointsRequest(DescribePeakPointsRequest 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 |
getDomain()
Get The domain to query, leave this parameter blank if querying data for all domains
|
String |
getEdition()
Get Only two values are valid: sparta-waf, clb-waf.
|
String |
getFromTime()
Get Query start time
|
String |
getInstanceID()
Get WAF instance ID.
|
String |
getMetricName()
Get Twelve available values:
access: peak QPS trend chart
botAccess: peak bot QPS trend chart
down: downstream peak bandwidth trend chart
up: upstream peak bandwidth trend chart
attack: trend chart of total web attacks
cc: trend chart of total CC attacks
bw: trend chart of total attacks from blocklisted IP addresses
tamper: trend chart of total tampering attacks
leak: total leakage trend chart
acl: trend chart of total access control attacks
http_status: status code trend chart
wx_access: trend chart of peak WeChat mini program QPS
|
String |
getToTime()
Get Query End Time
|
void |
setDomain(String Domain)
Set The domain to query, leave this parameter blank if querying data for all domains
|
void |
setEdition(String Edition)
Set Only two values are valid: sparta-waf, clb-waf.
|
void |
setFromTime(String FromTime)
Set Query start time
|
void |
setInstanceID(String InstanceID)
Set WAF instance ID.
|
void |
setMetricName(String MetricName)
Set Twelve available values:
access: peak QPS trend chart
botAccess: peak bot QPS trend chart
down: downstream peak bandwidth trend chart
up: upstream peak bandwidth trend chart
attack: trend chart of total web attacks
cc: trend chart of total CC attacks
bw: trend chart of total attacks from blocklisted IP addresses
tamper: trend chart of total tampering attacks
leak: total leakage trend chart
acl: trend chart of total access control attacks
http_status: status code trend chart
wx_access: trend chart of peak WeChat mini program QPS
|
void |
setToTime(String ToTime)
Set Query End Time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePeakPointsRequest()
public DescribePeakPointsRequest(DescribePeakPointsRequest source)
public String getFromTime()
public void setFromTime(String FromTime)
FromTime
- Query start timepublic String getToTime()
public void setToTime(String ToTime)
ToTime
- Query End Timepublic String getDomain()
public void setDomain(String Domain)
Domain
- The domain to query, leave this parameter blank if querying data for all domainspublic String getEdition()
public void setEdition(String Edition)
Edition
- Only two values are valid: sparta-waf, clb-waf. No filtering if not input.public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID
- WAF instance ID. No filter will be carried out if it is not input.public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- Twelve available values:
access: peak QPS trend chart
botAccess: peak bot QPS trend chart
down: downstream peak bandwidth trend chart
up: upstream peak bandwidth trend chart
attack: trend chart of total web attacks
cc: trend chart of total CC attacks
bw: trend chart of total attacks from blocklisted IP addresses
tamper: trend chart of total tampering attacks
leak: total leakage trend chart
acl: trend chart of total access control attacks
http_status: status code trend chart
wx_access: trend chart of peak WeChat mini program QPSCopyright © 2024. All rights reserved.