StopDIJob
Halt Data Integration synchronization tasks on Alibaba Cloud DataWorks. Specify InstanceId and TaskId to stop specific operations efficiently.
Instructions
停止数据集成同步任务
Input Schema
Name | Required | Description | Default |
---|---|---|---|
DIJobId | No | 该字段已废弃,请使用Id字段 | |
Id | No | 同步任务ID | |
InstanceId | No | 实例的ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"DIJobId": {
"description": "该字段已废弃,请使用Id字段"
},
"Id": {
"description": "同步任务ID"
},
"InstanceId": {
"description": "实例的ID"
}
},
"type": "object"
}