Queries a list of synchronization tasks.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PageNumber | long | No | The page number. Pages start from page 1. Default value: 1. | 1 |
PageSize | long | No | The number of entries per page. Default value: 10. Maximum value: 100. | 10 |
Name | string | No | The name of the export task. The name of each export task must be unique. You must make sure that the names of the export tasks in the current workspace are unique. | test_export_01 |
SourceDataSourceType | string | No | The source type. If you do not configure this parameter, no limits are imposed on the tasks. | MySQL |
DestinationDataSourceType | string | No | The destination type. If you do not configure this parameter, no limits are imposed on the tasks. | Hologres |
MigrationType | string | No | The synchronization type. Valid values:
| FullAndRealtimeIncremental |
ProjectId | long | Yes | The DataWorks workspace ID. | 1967 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7263E4AC-9D2E-5B29-B8AF-7C5012E92A41",
"PagingInfo": {
"TotalCount": 12,
"PageSize": 10,
"PageNumber": 1,
"DIJobs": [
{
"DIJobId": 32599,
"ProjectId": 26442,
"JobName": "mysql_to_holo_sync_35197",
"MigrationType": "FullAndRealtimeIncremental",
"SourceDataSourceType": "Mysql",
"DestinationDataSourceType": "Hologres",
"JobStatus": "Running"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history