AI-generated Key Takeaways
-
Creates a new deployment resource within a specified parent resource using an HTTP POST request.
-
The request should contain the deployment details in the body and specify the parent resource in the URL path.
-
A successful response will include the newly created deployment resource details.
-
Authorization requires the
https://www.googleapis.com/auth/sasportal
OAuth scope.
Creates a new deployment
.
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/{parent=customers/*}/deployments
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name where the deployment is to be created. |
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/sasportal