- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Create a integration with a draft version in the specified project.
HTTP request
POST https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/integrations/*}/versions
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} |
Query parameters
Parameters | |
---|---|
createSampleIntegrations |
Optional. Optional. Indicates if sample workflow should be created. |
Request body
The request body contains an instance of IntegrationVersion
.
Response body
If successful, the response body contains a newly created instance of IntegrationVersion
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
integrations.integrationVersions.create
For more information, see the IAM documentation.