ListDIJobRunDetails
Retrieve execution progress of data integration sync tasks using task ID, source table, database, and schema filters. Manage pagination with page size and number parameters.
Instructions
获取数据集成同步任务运行的执行进展
Input Schema
Name | Required | Description | Default |
---|---|---|---|
DIJobId | No | 任务ID | |
InstanceId | No | 实例的ID | |
PageNumber | No | 请求的数据页数,用于翻页 | |
PageSize | No | 每页显示的条数,默认为10条,最大100条 | |
SourceDataSourceName | No | 筛选的源端数据源名 | |
SourceDatabaseName | No | 筛选的源端数据库名 | |
SourceSchemaName | No | 筛选的源端schema名 | |
SourceTableName | No | 筛选的源端表名 |