- 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 | |
---|---|
deployment |
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.