- List All Pipelines in a Specified Workspace
- Retrieve Details for a Specified Pipeline
- Create a Pipeline in a Specified Workspace
- Update a Pipeline
- Delete a Pipeline
- Execute a Pipeline
- Cancel a Running Pipeline
- List All Pipeline History
- Retrieve a Specified Pipeline History
- Retrieve the Pipeline Status
- List All Pipeline Steps
- Create a Pipeline Step
- Update a Pipeline Step
- Delete a Pipeline Step
- Move a Pipeline Step
List All Pipelines in a Specified Workspace
The following command returns a list of all pipelines within a workspace in CData Sync:| Name | Description |
|---|---|
| workspace_id (required) | Identifies the workspace from which to retrieve the list of pipelines. |
Retrieve Details for a Specified Pipeline
The following command retrieves details for a specified pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline for which you want to retrieve details. |
Create a Pipeline in a Specified Workspace
The following command creates a pipeline in a specified workspace:| Name | Description |
|---|---|
| workspace_id (required) | Identifies the workspace in which you want to create a pipeline. |
Update a Pipeline
The following command updates an existing pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline that you want to update. |
Delete a Pipeline
The following command removes an existing pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline that you want to delete. |
| Name | Description |
|---|---|
| pipeline_only | Specifies what to delete. If this parameter is set to true, Sync deletes only tpipeline, pipeline steps, and the entity relationship. When this value is set to false, Sync deletes the pipeline and pipeline steps as well as the entity resources. |
Execute a Pipeline
The following command executes a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline that you want to execute. |
Cancel a Running Pipeline
The following command cancels a running pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline that you want to cancel. |
List All Pipeline History
The following command retrieves all histories for a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline for which you want to retrieve all histories. |
Retrieve a Specified Pipeline History
The following command retrieves a specified history in a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline for which you want to retrieve a specified history. |
| history_Id | Identifies the specific history instance to retrieve. |
Retrieve the Pipeline Status
The following command retrieves the current status of a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline for which you want to retrieve the status. |
List All Pipeline Steps
The following command lists all steps in a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline for which you want to list all steps. |
Create a Pipeline Step
The following command creates a step in a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline in which you want to create the step. |
Update a Pipeline Step
The following command updates a step in a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline in which you want to create the step. |
| step_id | Identifies the step that you want to update. |
Delete a Pipeline Step
The following command deletes a step in a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline that contains the step that you want to delete. |
| step_id | Identifies the step that you want to delete. |
| Name | Description |
|---|---|
| step_only | Specifies what to delete. If this parameter is set to true, Sync deletes only the steps and the entity relationship. When this value is set to false, Sync deletes the steps as well as the entity resources. This parameter is used when the step type is Job pr Transformation. Event steps are always deleted. |
Move a Pipeline Step
The following command moves the position of a step in a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline that contains the step that you want to delete. |