Obtain Queries per second (QPS) of the domain name for every 1 minute.
- You can check the data from of the past 7 days for a single query.
- The interval between the StartTime and EndTime cannot be over 24 hours in a single query.
- If you didn't specify the StartTime and EndTime, the system reads data from the past 1 hour by default.
Response parameters
Parameters | Type | Required | Example values | Description |
Action | String | Yes | DescribeDomainRealTimeQpsData | The name of this interface. Value: DescribeDomainRealTimeQpsData |
DomainName | String | Yes. | test.test.com | CDN domain name. |
EndTime | String | No | 2016-10-20T04:00:00Z | End time.
|
IspNameEn | String | No | telecom | ISP name, obtained by using the DescribeCdnRegionAndIsp interface. If ths parameter is left blank, the system responses names of all operators. |
LocationNameEn | String | No | beijing | Region name in English, obtained by using the DescribeCdnRegionAndIsp interface. If the parameter is left blank, the system responses names of all regions. |
StartTime | String | No | 2016-10-20T04:00:00Z | Start time.
|
Version | String | No | 2014-11-11 | API version. |
Response parameters
Parameters | Type | Example values | Description |
RequestId | String | 32DC9806-E9F9-4490-BBDC-B3A9E32FCC1D | The ID of the request. |
Data | Response data. | ||
└Qps | Float | 1851.25 | QPS data. |
└TimeStamp | String | 2018-01-02T11:26:00Z | The time stamp. The date format adopts ISO8601 notation and uses the UTC time. |
Examples
Request example
https://cdn.aliyuncs.com/?Action=DescribeDomainRealTimeQpsData&DomainName=www.domainname.com&EndTime=2018-01-02T11%3A05%3A37Z&IspNameEn=telecom&LocationNameEn=beijingPublic request parameter
Normal response example
JSON format
"Data ":{
"QpsModel":[
"Qps":1851.25,
"TimeStamp":"2018-01-02T11:26:00Z"
"Qps":8967.7,
"TimeStamp":"2018-01-02T11:25:00Z"
"RequestId":"32DC9806-E9F9-4490-BBDC-B3A9E32FCC1D"
Exception response example
JSON format
"Code":"InternalError",
"HostId":"cdn.aliyuncs.com",
"Message":"The request processing has failed due to some unknown error.",
"RequestId":"16A96B9A-F203-4EC5-8E43-CB92E68F4CD8"