- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Returns all workstation configurations in the specified cluster on which the caller has the "workstations.workstation.create" permission.
HTTP request
GET https://workstations.googleapis.com/v1/{parent=projects/*/locations/*/workstationClusters/*}/workstationConfigs:listUsable
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent resource name. |
Query parameters
Parameters | |
---|---|
page |
Optional. Maximum number of items to return. |
page |
Optional. nextPageToken value returned from a previous List request, if any. |
Request body
The request body must be empty.
Response body
Response message for workstationConfigs.listUsable.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"workstationConfigs": [
{
object ( |
Fields | |
---|---|
workstation |
The requested configs. |
next |
Token to retrieve the next page of results, or empty if there are no more results in the list. |
unreachable[] |
Unreachable resources. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.