v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1381935.0 KB
projects

Creates a job for the specified pipeline directly. You can use this method when the internal scheduler is not configured and you want to trigger the job directly or through an external system. Returns a "NOT_FOUND" error if the pipeline doesn't exist. Returns a "FORBIDDEN" error if the user doesn't have permission to access the pipeline or run jobs for the pipeline.

post/v1/{+name}:run

Path parameters

namestring required

Required. The pipeline name. For example: projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID.

Request body

GoogleCloudDatapipelinesV1RunPipelineRequest required

Request message for RunPipeline

Response

Successful response