Queries the resource usage data of specific domain names in a specified billable region.
Operation description
- You can call this operation up to 10 times per second per account.
- The time granularity supported by the Interval parameter, the maximum time period within which historical data is available, and the data delay vary with the maximum time range per query, as described in the following table.
Time granularity | Maximum time range per query | Historical data available | Data delay |
---|---|---|---|
5 minutes | 3 days | 93 days | 15 minutes |
1 hour | 31 days | 186 days | 4 hours |
1 day | 90 days | 366 days | 04:00 on the next day |
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
cdn:DescribeDomainUsageData | none |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | No | The accelerated domain name. You can specify up to 100 domain names in each request. Separate multiple domain names with commas (,). Note
If you leave this parameter empty, the usage data of all accelerated domain names in your Alibaba Cloud account is returned.
| example.com |
StartTime | string | Yes | 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. Note
Data is collected every 5 minutes.
| 2015-12-10T20:00:00Z |
EndTime | string | Yes | 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. The maximum time range that can be specified is 31 days.
| 2015-12-10T22:00:00Z |
Field | string | Yes | The type of the data that you want to query. Valid values:
Note
If you set this parameter to acc, the Area parameter is not supported.
| bps |
Type | string | No | The type of content that you want to query. Valid values:
| static |
DataProtocol | string | No | The protocol of the data that you want to query. Valid values:
| all |
Area | string | No | The billable region. Valid values:
| CN |
Interval | string | No | The time granularity of the data entries. Unit: seconds. Valid values: 300 (5 minutes), 3600 (1 hour), and 86400 (1 day).
| 300 |
Billable items and parameters
The following table describes the parameters of each billable item. For more information about how to call relevant operations, see the sample requests.
Billable item | Valid value of DataProtocol | Valid value of Type | Valid value of Field | Valid value of Area |
---|---|---|---|---|
Data transfer | all or no value | all or no value | traf | CN, OverSeas, AP1, AP2, AP3, NA, SA, EU, and MEAA |
Bandwidth | all or no value | all or no value | bps | CN, OverSeas, AP1, AP2, AP3, NA, SA, EU, and MEAA |
HTTPS requests for static content | https | static | acc | all |
HTTP requests for dynamic content | http | dynamic | acc | all |
HTTPS requests for dynamic content | https | dynamic | acc | all |
QUIC requests for dynamic content | quic | dynamic | acc | all |
QUIC requests for static content | quic | static | acc | all |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "B955107D-E658-4E77-B913-E0AC3D31693E",
"DomainName": "example.com",
"StartTime": "2015-12-10T20:00:00Z",
"EndTime": "2015-12-10T22:00:00Z",
"Type": "static",
"Area": "CN",
"DataInterval": "300",
"UsageDataPerInterval": {
"DataModule": [
{
"Value": "423304182",
"TimeStamp": "2015-12-10T21:30:00Z",
"PeakTime": "2015-12-10T21:30:00Z",
"SpecialValue": "423304182"
}
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter | The specified parameter is invalid. | - |
400 | InvalidParameterProduct | Invalid Parameter Product. | The Product parameter is set to an invalid value. |
400 | InvalidParameterType | The specified Type is invalid. | The Type parameter is set to an invalid value. |
400 | InvalidParameterField | The specified Field is invalid. | The Field parameter is set to an invalid value. |
400 | InvalidParameterStartTime | The parameter StartTime is invalid. | The specified StartTime parameter is invalid. |
400 | InvalidParameterEndTime | The parameter EndTime is invalid. | - |
400 | InvalidEndTime.Mismatch | Specified EndTime does not match the specified StartTime. | StartTime must be earlier than EndTime. |
400 | InvalidIntervalParameter | The specified Interval is invalid. | The specified time interval is invalid. |
400 | InvalidTimeSpan | The time span exceeds the limit. | The time span exceeds the limit. Configure a valid time span as described in API documentation. |
400 | InvalidStartTime.ValueNotSupported | The specified value of parameter StartTime is not supported. | The start time is invalid. Set this parameter to another value and try again. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-13 | The Error code has changed | View Change Details |
2023-06-13 | The Error code has changed | View Change Details |
2023-03-16 | The Error code has changed | View Change Details |