Creates a Cloud Dataflow job from a template.
HTTP request
POST https://dataflow.googleapis.com/v1b3/projects/{projectId}/locations/{location}/templates
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
projectId |
Required. The ID of the Cloud Platform project that the job belongs to. |
location |
The regional endpoint to which to direct the request. |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"jobName": string,
"parameters": {
string: string,
...
},
"environment": {
object ( |
Fields | |
---|---|
jobName |
Required. The job name to use for the created job. |
parameters |
The runtime parameters to pass to the job. An object containing a list of |
environment |
The runtime environment for the job. |
gcsPath |
Required. A Cloud Storage path to the template from which to create the job. Must be a valid Cloud Storage URL, beginning with |
Response body
If successful, the response body contains a newly created instance of Job
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/compute.readonly
https://www.googleapis.com/auth/compute
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/userinfo.email
For more information, see the Authentication Overview.