/api/v2/job/stop?cleanStop=true
Field | Type | Required | Description |
---|---|---|---|
taskId | String | Required if taskName not included. | Task or linear taskflow ID. Use taskId or taskName
in the URI. You can include this task ID when the task is located
in the Default folder. |
taskFederatedId | String | Required if the task is not located in the Default
folder. | Global unique identifier for the task, which
includes the folder path to the task. |
taskName | String | Required if taskId not included. | Task or linear taskflow name. Use taskId or
taskName in the URI. |
taskType | String | Yes | The type of task. For Data Integration , use one of the following codes:
|
POST <serverUrl>/api/v2/job/stop?cleanStop=true HTTP/<HTTP version> Content-Type: application/json Accept: application/json icSessionId: <SessionId> { "@type": "job", "taskName": "MappingTask1", "taskType": "MTT" }