AI-generated Key Takeaways
- 
          Creates a deployment with a specified name and configuration using an HTTP POST request. 
- 
          Requires gsuiteaddons.deployments.createIAM permission andhttps://www.googleapis.com/auth/cloud-platformOAuth scope.
- 
          Utilizes path parameters for project specification and query parameters for deployment ID. 
- 
          Request and response bodies contain instances of the Deploymentresource, allowing configuration and retrieval of deployment details.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 | 
 Required. Name of the project in which to create the deployment. Example:  Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| deploymentId | 
 Required. The ID to use for this deployment. The full name of the created resource will be  | 
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.