Method: projects.deployments.create

Creates a deployment with the specified name and configuration.

HTTP request

POST https://gsuiteaddons.googleapis.com/v1/{parent=projects/*}/deployments

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Name of the project in which to create the deployment.

Example: projects/my_project.

Authorization requires the following IAM permission on the specified resource parent:

  • gsuiteaddons.deployments.create

Query parameters

Parameters
deploymentId

string

Required. The ID to use for this deployment. The full name of the created resource will be projects/<project_number>/deployments/<deploymentId>.

Request body

The request body contains an instance of Deployment.

Response body

If successful, the response body contains a newly created instance of Deployment.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authorization guide.