Queries export tasks for resource usage details of one or more accelerated domain names in your Alibaba Cloud CDN account. Usage data is collected at 5-minute intervals.
Operation description
Data is available for the last three months. This operation has been available since July 20, 2018.
Each account can call this operation up to 100 times per second.
Try it now
RAM authorization
| Action | Access level | Resource type | Condition key | Dependent action |
|---|---|---|---|---|
| cdn:DescribeUserUsageDetailDataExportTask | get | *All Resource * | None | None |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| PageSize | string | No | The number of entries per page. Valid values: 1 to 50. Default value: 20. | 10 |
| PageNumber | string | No | The page number. Valid values: 1 to 100000. | 1 |
Response elements
| Element | Type | Description | Example |
|---|---|---|---|
| RequestId | string | The request ID. | A91BE91F-0B34-4CBF-8E0F-A2977E15AA52 |
| UsageDataPerPage | object | The usage details returned per page. | |
| PageSize | integer | The number of entries per page. | 10 |
| PageNumber | integer | The page number of the returned page. | 1 |
| TotalCount | integer | The total number of entries returned. | 1 |
| Data | object | The container for task data. | |
| DataItem | array\<object\> | The information about the task. | |
| TaskId | string | The task ID. | 11 |
| TaskName | string | The task name. | Refresh |
| Status | string | The task status. | success |
| CreateTime | string | The time when the task was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. | 2018-10-09T06:33:38Z |
| UpdateTime | string | The time when the task was last modified. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. | 2018-10-09T06:35:46Z |
| DownloadUrl | string | The URL to download the exported usage data. | https://test.oss-cn-beijing.aliyuncs.com/billing_data/xxx |
| TaskConfig | object | The configurations of the task. | |
| StartTime | string | The start of the time range during which data was queried. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. | 2018-07-31T16:00:00Z |
| EndTime | string | The end of the time range during which data was queried. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC. | 2018-08-31T15:59:59Z |
Examples
Success response
JSON format
{
"RequestId": "A91BE91F-0B34-4CBF-8E0F-A2977E15AA52",
"UsageDataPerPage": {
"PageSize": 10,
"PageNumber": 1,
"TotalCount": 1,
"Data": {
"DataItem": [
{
"Status": "success",
"UpdateTime": "2018-10-09T06:35:46Z",
"DownloadUrl": "https://test.oss-cn-beijing.aliyuncs.com/billing_data/xxx",
"CreateTime": "2018-10-09T06:33:38Z",
"TaskName": "Refresh",
"TaskId": "11",
"TaskConfig": {
"EndTime": "2018-08-31T15:59:59Z",
"StartTime": "2018-07-31T16:00:00Z"
}
}
]
}
}
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | InvalidParameterProduct | Invalid Parameter Product. | The Product parameter is set to an invalid value. |
| 400 | InvalidParameterOperator | Invalid Parameter Operator. | The Operator parameter is set to an invalid value. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.