Submitted to start a new pipeline job execution. References the run configuration that determines the data source, target, engine, and scheduling settings for the job. The runConfigId must correspond to a published and compatible run configuration for the intended pipeline.
Referenced by: POST /v1/quality/pipelines/jobs.
Parameters
| Property | Description |
|---|---|
runConfigId |
Unique identifier of the run configuration to use for the pipeline job |
JSON Example
{
"runConfigId": "689db618617b4bd63438e56d"
}