Queries the queries per second (QPS) statistics of a WAF instance.
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
StartTimestamp | string | Yes | The beginning of the time range to query. Unit: seconds. | 1665331200 |
EndTimestamp | string | No | The end of the time range to query. Unit: seconds. If you do not specify this parameter, the current time is used. | 1665386340 |
Interval | string | Yes | The time interval. Unit: seconds. The value must be an integral multiple of 60. | 300 |
Resource | string | No | The protected object. | www.aliyundoc.com |
InstanceId | string | Yes | The ID of the Web Application Firewall (WAF) instance. NoteYou can call the DescribeInstance operation to obtain the ID of the WAF instance. | waf_cdnsdf3**** |
Response parameters
Example
Normal return example
JSON
Format
{
"RequestId": "9D11AC3A-A10C-56E7-A342-E87EC892BAE2",
"FlowChart": [
{
"Index": 10,
"AntiScanSum": 0,
"WafSum": 0,
"CcSum": 0,
"AclSum": 0,
"Count": 2622
}
]
}
Error codes
For a list of error codes, visit the API error center.