Queries the running information about a synchronization task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DIJobId | long | Yes | The ID of the synchronization task. | 11265 |
InstanceId | long | No | The instance ID. | 1234 |
PageNumber | long | No | The page number. | 1 |
PageSize | long | No | The number of entries per page. Default value: 10. Maximum value: 100. | 10 |
SourceDataSourceName | string | No | The name of the source. | ds_name |
SourceDatabaseName | string | No | The name of the database in the source. | db_name |
SourceSchemaName | string | No | The name of the schema of the source. | schema_name |
SourceTableName | string | No | The name of the table in the source. | table_name |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "691CA452-D37A-4ED0-9441",
"PagingInfo": {
"TotalCount": "131",
"PageSize": "10",
"PageNumber": "1",
"JobRunInfos": [
{
"SourceDatasourceName": "ds_name",
"SourceDatabaseName": "db_name",
"SourceSchemaName": "schema_name",
"SourceTableName": "table_name",
"DestinationDatasourceName": "dst_name",
"DestinationDatabaseName": "dst_db",
"DestinationSchemaName": "dst_schema",
"DestinationTableName": "dst_name",
"StructureMigrationStatus": "Finished",
"StructureMigrationErrorMessage": "create table t1 fail.",
"FullMigrationStatus": "Finished",
"FullMigrationErrorMessage": "sync table t1 fail.",
"OfflineErrorRecords": 0,
"OfflineTotalBytes": 100,
"OfflineTotalRecords": 10,
"RealtimeMigrationStatus": "Running",
"RealtimeMigrationErrorMessage": "sync table t1 fail.\n"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history