- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates a new workstation cluster.
HTTP request
POST https://workstations.googleapis.com/v1beta/{parent=projects/*/locations/*}/workstationClusters
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent resource name. |
Query parameters
Parameters | |
---|---|
workstation |
Required. ID to use for the workstation cluster. |
validate |
Optional. If set, validate the request and preview the review, but do not actually apply it. |
Request body
The request body contains an instance of WorkstationCluster
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.