DescribeRankingUrl
1. API Description
This API (DescribeRankingUrl) is used to query the ranking of CDN access URLs. Return the top 100 urls with the most requests.
2. Request Parameters
The following table lists the required request parameters for the API:
Parameter Name | Required | Type | Description |
---|---|---|---|
domain | Yes | String | Accelerated domain |
date | Yes | String | Date, e.g., 2022-09-21 |
3. Output Parameterss
Parameter Name | Type | Description |
---|---|---|
dataSet | Array of RankingUrlData | URL ranking. |
requestId | String | Unique request ID, which is returned with every request. This request ID is needed to locate issues. |
4. Code Example
Query CDN Access URL Ranking.
5. Error Codes
The following includes error codes encountered in business logic. For other error codes, see Common Error Codes.
Last updated