Queries the traffic data for one or more accelerated domains. The minimum time granularity is 5 minutes. You can query data in the last 366 days. Compared with the DescribeVodDomainRealTimeTrafficData operation, this operation provides a greater time granularity, higher data latency, but allows you to query historical data within a longer time period.
Operation description
- This operation is supported only in the China (Shanghai) region.
- You can specify a maximum of 500 accelerated domain names.
- If you specify neither
StartTime
norEndTime
, the data of the last 24 hour is queried. You can specify bothStartTime
andEndTime
parameters to query data of a specified time range.
Time granularity
The time granularity varies with the time range specified by the StartTime
and EndTime
parameters. The following table describes the time period within which historical data is available and the data delay when you do not set Interval
.
Time granularity | Time range per query | Historical data available | Data delay |
---|---|---|---|
5 minutes | Time range per query < 3 days | 93 days | 15 minutes |
1 hour | 3 days ≤ Time range per query < 31 days | 186 days | 3 to 4 hours |
1 day | 31 days ≤ Time range per query ≤ 366 days | 366 days | 4 hours in most cases, not more than 24 hours |
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | No | The accelerated domain name.
| example.com |
StartTime | string | No | The start 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. | 2019-01-20T13:59:58Z |
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. Note
The end time must be later than the start time.
| 2019-01-20T14:59:58Z |
Interval | string | No | The time granularity of the query. Unit: seconds. Valid values: 300, 3600, and 86400. If you leave this parameter empty or specify an invalid value, the default value is used. The supported time granularity varies based on the time range specified by
| 300 |
IspNameEn | string | No | The name of the Internet service provider (ISP). If you leave this parameter empty, all ISPs are queried. | Alibaba |
LocationNameEn | string | No | The name of the region. If you leave this parameter empty, all regions are queried. You can specify only the China (Shanghai) region. | cn-shanghai |
Response parameters
Examples
Sample success responses
JSON
format
{
"EndTime": "2019-01-20T14:59:58Z",
"StartTime": "2019-01-20T13:59:58Z",
"RequestId": "D94E471F-1A27-442E-552D-D4D2000C****",
"DomainName": "example.com",
"TotalTraffic": "5906662826",
"DataInterval": "3600",
"TrafficDataPerInterval": {
"DataModule": [
{
"HttpsDomesticValue": "0",
"Value": "0",
"OverseasValue": "0",
"HttpsValue": "0",
"HttpsOverseasValue": "0",
"TimeStamp": "2019-01-15T19:00:00Z",
"DomesticValue": "0"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Common errors
The following table describes the error codes that this operation can return.
Error code | Error message | HTTP status code | Description |
---|---|---|---|
Throttling | Request was denied due to request throttling. | 503 | The error message returned because the request was denied due to throttling. |
IllegalOperation | Illegal domain, operation is not permitted. | 403 | The error message returned because the domain name is invalid. |
OperationDenied | Your account does not open CDN service yet. | 403 | The error message returned because Alibaba Cloud CDN is not activated for your Alibaba Cloud account. |
OperationDenied | Your CDN service is suspended. | 403 | The error message returned because Alibaba Cloud CDN is suspended for your Alibaba Cloud account. |
InvalidDomain.NotFound | The domain provided does not belong to you. | 404 | The error message returned because the specified domain name does not exist or does not belong to the current account. |
InvalidDomain.Offline | The domain provided is offline. | 404 | The error message returned because the domain name is disabled. |
ServiceBusy | The specified Domain is configuring, please retry later. | 403 | The error message returned because the domain name is being configured. Try again later. |
InvalidDomain.Configure_failed | Failed to configure the provided domain. | 500 | The error message returned because the system failed to configure the domain name. |
MissingParameter | StartTime and EndTime can not be single. | 400 | The error message returned because the StartTime and EndTime parameters are not specified at the same time. |
InvalidStartTime.Malformed | Specified start time is malformed. | 400 | The error message returned because the format of the start time that is specified by the StartTime parameter is invalid. |
InvalidEndTime.Malformed | Specified end time is malformed. | 400 | The error message returned because the format of the end time that is specified by the EndTime parameter is invalid. |
InvalidEndTime.Mismatch | Specified end time does not match the specified start time. | 400 | The error message returned because the end time is earlier than the start time. |
InvalidStartTime.ValueNotSupported | Specified end time does not match the specified start time. | 400 | The error message returned because the time range that is specified by the EndTime and StartTime parameters exceeds 90 days. |