forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
15 KiB
15 KiB
Querying Request Statistics and Attack Statistics in a Specified Time Range
Function Description
This API is used to query request statistics and attack statistics in a specified time range.
URI
- URI format
GET /v1/{project_id}/waf/event/timeline?from={from}&to={to}&timezone={timezone}&hosts={hostids}
- Parameter description
Table 1 Path parameters Parameter
Mandatory
Type
Description
project_id
Yes
String
Specifies the project ID.
from
Yes
Long
Specifies the start time (UTC) in milliseconds. For example, 1548172800000.
to
Yes
Long
Specifies the end time (UTC) in milliseconds. For example, 1548431999000.
timezone
No
String
Time zone. For example, the time zone for London is +00:00. The default value is +00:00.
hosts
No
Array
Specifies the domain IDs.
Request
Request parameters
None
Response
Response parameters
Example
Response example
{ "requests": [ {"time": 1499817600, "num": 123400}, {"time": 1499817601, "num": 123401}, {"time": 1499817602, "num": 123402} ], "attacks": [ {"time": 1499817600, "num": 1234}, {"time": 1499817601, "num": 1235}, {"time": 1499817602, "num": 1236} ] }
Status Code
Table 5 describes the normal status code returned by the API.
For details about error status codes, see Status Codes.
Parent topic: Event Logs