Method: projects.locations.queuedResources.list

Lists queued resources.

HTTP request

GET https://tpu.googleapis.com/v2/{parent=projects/*/locations/*}/queuedResources

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource name.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of items to return.

pageToken

string

Optional. The nextPageToken value returned from a previous List request, if any.

Request body

The request body must be empty.

Response body

Response for queuedResources.list.

If successful, the response body contains data with the following structure:

JSON representation
{
  "queuedResources": [
    {
      object (QueuedResource)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
queuedResources[]

object (QueuedResource)

The listed queued resources.

nextPageToken

string

The next page token or empty if none.

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud.tpu
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.