- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates a new workstation configuration.
HTTP request
POST https://workstations.googleapis.com/v1/{parent=projects/*/locations/*/workstationClusters/*}/workstationConfigs
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 configuration. |
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 WorkstationConfig
.
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.