Queries the number of queries per second (QPS) for one or more accelerated domain names. Data is collected every 5 minutes. You can query data collected in the last 90 days.
Operation description
- This operation is available only in the China (Shanghai) region.
- 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 | 3 to 4 hours |
1 day | 366 days | 366 days | 4 to 24 hours |
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 |
---|---|---|---|---|
vod:DescribeVodDomainQpsData | get |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | No | You can specify multiple domain names and separate them with commas (,). You can specify a maximum of 500 domain names in each call. By default, this operation queries the number and proportions of HTTP status codes for all accelerated domain names that belong to your Alibaba Cloud account. | 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-dd**THH:mm:ssZ format. The time must be in UTC. | 2024-05-02T15:50:00Z |
EndTime | string | No | The end of the time range to query. Specify the time in the ISO 8601 standard in the yyyy-MM-dd**THH:mm:ssZ format. The time must be in UTC. | 2024-05-02T15:59:00Z |
Interval | string | No | The interval at which to return data. Unit: seconds. Valid values: 300, 3600, and 86400. | 300 |
IspNameEn | string | No | The name of the Internet service provider (ISP). If you leave this parameter empty, data of all ISPs is queried. | unicom |
LocationNameEn | string | No | The name of the region. If you leave this parameter empty, data in all regions is queried. | beijing |
Response parameters
Examples
Sample success responses
JSON
format
{
"EndTime": "2024-05-02T15:59:00Z",
"StartTime": "2024-05-02T15:50:00Z",
"RequestId": "25818875-5F78-4AF6-D7393642CA58*****",
"DomainName": "example.com",
"DataInterval": "300",
"QpsDataInterval": {
"DataModule": [
{
"AccValue": "0",
"AccDomesticValue": "0",
"AccOverseasValue": "0",
"HttpsValue": "1",
"HttpsOverseasValue": "1",
"DomesticValue": "0",
"HttpsAccOverseasValue": "1",
"HttpsDomesticValue": "1",
"HttpsAccValue": "1",
"Value": "0",
"OverseasValue": "0",
"TimeStamp": "2023-06-27 10:10:58",
"HttpsAccDomesticValue": "1"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.