Jobs and API access
POST /api/container/{container_id}/pipeline/{pipeline_id}
{container_id} -> ID container where the pipeline runs
{pipeline_id} -> Pipeline ID to execute
POST /api/pipeline/search
Lists all your pipelines
GET /api/pipeline/{pipeline_id}
{pipeline_id} -> ID Pipeline, obtain the details of a specific pipeline.
Last updated