- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Create a deployment resource in the API hub. Once a deployment resource is created, it can be associated with API versions.
HTTP request
POST https://apihub.googleapis.com/v1/{parent=projects/*/locations/*}/deployments
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource for the deployment resource. Format: |
Query parameters
Parameters | |
---|---|
deploymentId |
Optional. The ID to use for the deployment resource, which will become the final component of the deployment's resource name. This field is optional.
This value should be 4-500 characters, and valid characters are /[a-z][A-Z][0-9]-_/. |
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
IAM Permissions
Requires the following IAM permission on the parent
resource:
apihub.deployments.create
For more information, see the IAM documentation.