- List All Events in a Specified Pipeline
- Retrieve a Specified Event in a Pipeline
- Create an Event in a Specified Pipeline
- Update an Event
- Delete an Event
List All Events in a Specified Pipeline
The following command returns a list of all events within a pipeline in Sync:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline from which to list all events. |
Retrieve a Specified Event in a Pipeline
The following command retrieves a specified event in a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline from which to retrieve a specified event. |
| event_id (required) | Identifies the event that you want to retrieve. |
Create an Event in a Specified Pipeline
The following command creates a new event in a specified pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline in which to create the event. |
Body Parameters
| Name | Description |
|---|---|
| Name (required) | Specifies the name of the event. |
| Script | Specifies the event scripts. |
| Labels | Specifies a list of all event labels. |
Update an Event
The following command updates an existing event in a pipeline:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the connection that you want to update. |
| event_id (required) | Specifies the event that you want to update. |
Body Parameters
| Name | Description |
|---|---|
| Name (required) | Specifies the name of the connection to update. |
| Properties.* | Specifies a list of connection properties (merges with existing settings). |
| Settings.* | Specifies a list of connection settings (merges with existing settings). |
| ConnectionString | Specifies the connection string for the data connection. |
Delete an Event
The following command deletes an event:| Name | Description |
|---|---|
| pipeline_id (required) | Identifies the pipeline that contains the event that you want to delete. |
| event_id (required) | Specifies the event that you want to delete. |