Queries a list of data backfill tasks.
Operation description
This topic provides an example of how to query a list of data backfill tasks. The response shows a task with the ID 16602 that delivers historical events from the trail trail-name to Simple Log Service (SLS).
Try it now
Test
RAM authorization
Action | Access level | Resource type | Condition key | Dependent action |
actiontrail:ListDeliveryHistoryJobs | get | *All Resource
| None | None |
Request parameters
Parameter | Type | Required | Description | Example |
PageSize | integer | No | The number of entries to return on each page.
| 20 |
PageNumber | integer | No | The page number.
| 1 |
Response elements
Element | Type | Description | Example |
object | |||
| DeliveryHistoryJobs | array<object> | The list of data backfill tasks. | |
object | |||
CreatedTime | string | The time when the task was created. | 2021-04-26T03:17:04Z |
EndTime | string | The time when the task ended. | 2021-04-26T03:22:04Z |
HomeRegion | string | The home region. | cn-hangzhou |
JobId | integer | The task ID. | 16602 |
JobStatus | integer | The status of the task. Valid values:
| 2 |
StartTime | string | The time when the task started. | 2021-01-26T03:17:04Z |
TrailName | string | The name of the trail. | trail-name |
UpdatedTime | string | The time when the task was last updated. | 2021-04-26T03:20:08Z |
PageNumber | integer | The page number of the returned page. | 1 |
PageSize | integer | The number of entries returned per page. | 20 |
RequestId | string | The request ID. | B190816C-6DCA-4DC5-9B8E-EE0367B57CFF |
TotalCount | integer | The total number of tasks. | 1 |
Examples
Success response
JSON format
{
"DeliveryHistoryJobs": [
{
"CreatedTime": "2021-04-26T03:17:04Z",
"EndTime": "2021-04-26T03:22:04Z",
"HomeRegion": "cn-hangzhou",
"JobId": 16602,
"JobStatus": 2,
"StartTime": "2021-01-26T03:17:04Z",
"TrailName": "trail-name",
"UpdatedTime": "2021-04-26T03:20:08Z"
}
],
"PageNumber": 1,
"PageSize": 20,
"RequestId": "B190816C-6DCA-4DC5-9B8E-EE0367B57CFF",
"TotalCount": 1
}Error codes
HTTP status code | Error code | Error message | Description |
503 | ServiceUnavailable | The service is unavailable. Please try again later. | An error occurred while processing your request. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.