Queries the download URL of offline WAF logs for a domain name.
Operation description
-
If you do not set the StartTime or EndTime parameter, the request returns the data collected in the last 24 hours. If you set both these parameters, the request returns the data collected within the specified time range.
-
The log data is collected every hour.
-
You can call this operation up to 100 times per second per account.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The accelerated domain name. You can specify only one domain name in each request. | example.com |
StartTime | string | No | The beginning of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. | 2017-12-21T08:00:00Z |
EndTime | string | No | The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC. | 2017-12-22T08:00:00Z |
PageSize | long | No | The number of entries to return on each page. Default value: 300. Valid values: 1 to 1000. | 300 |
PageNumber | long | No | The number of the page to return. Valid values: an integer greater than 0. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"DomainLogDetails": [
{
"DomainName": "example.com\n",
"LogCount": 10,
"LogInfos": [
{
"EndTime": "2015-05-23T14:00:00Z\n",
"LogName": "demo.aliyundoc.com_2015_05_23_2100_2200.xxxxxx.gz",
"LogPath": "guide.aliyundoc.com-hangzhou.xxx\n",
"LogSize": 258,
"StartTime": "2015-05-23T13:00:00Z\n"
}
],
"PageInfos": {
"PageIndex": 1,
"PageSize": 20,
"Total": 20
}
}
],
"RequestId": "0985A362-C81E-5A56-891D-90226BEECA7C"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
For a list of error codes, visit the Service error codes.