
Operation Description
- You can call this operation up to 100 times per second per account.
- 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.
Time granularity
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 | 366 days | 366 days | 04:00 on the next day |
Quotas Info
Authorization Information
The following table shows the authorization information corresponding to this API, which can be used in the Action policy element to grant a RAM user or RAM role the permissions to call the API. Please use RAM to set up these permissions and refer to RAM documentation for more instructions.
Request Parameters
Field Name | Field Details |
---|---|
DomainNamestring | The accelerated domain name. You can specify up to 500 domain names in each request. Separate multiple domain names with commas (,).View Details... Example:example.comReference Value Source: AddCdnDomain DescribeDomainQpsData BatchSetCdnDomainConfig SetCdnDomainStagingConfig ListRealtimeLogDeliveryDomains |
StartTimestring | The beginning of the time range to query.View Details... Example:2019-12-30T08:00:00Z |
EndTimestring | The end of the time range to query.View Details... Example:2019-12-30T08:10:00Z |
Intervalstring | The time granularity of the data entries. Unit: seconds.View Details... Example:300 |
Response Parameters
Field Name | Field Details |
---|---|
EndTimestring | The end of the time range during which data was queried. Example:2019-12-30T08:10:00Z |
StartTimestring | The start of the time range during which data was queried. Example:2019-12-30T08:00:00Z |
RequestIdstring | The ID of the request. Example:16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
DomainNamestring | The accelerated domain name. Example:example.com |
DataIntervalstring | The time interval between the data entries returned. Unit: seconds. Example:300 |
HitRateIntervalobject |
Sample Response
Sample Error Response
Error Codes
Change History
Change time | Change content summary | operation | |
---|---|---|---|
2023-06-13 |