Method: projects.locations.products.integrations.versions.create

Create a integration with a draft version in the specified project.

HTTP request

POST https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/products/*/integrations/*}/versions

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration}

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 permissions on the parent resource:

  • integrations.apigeeIntegrationVers.create
  • integrations.integrationVersions.create
  • integrations.securityIntegrationVers.create

For more information, see the IAM documentation.