Method: projects.locations.deploymentResourcePools.list

List DeploymentResourcePools in a location.

HTTP request

GET https://{service-endpoint}/v1/{parent}/deploymentResourcePools

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

Parameters
parent

string

Required. The parent Location which owns this collection of DeploymentResourcePools. Format: projects/{project}/locations/{location}

Query parameters

Parameters
pageSize

integer

The maximum number of DeploymentResourcePools to return. The service may return fewer than this value.

pageToken

string

A page token, received from a previous deploymentResourcePools.list call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to deploymentResourcePools.list must match the call that provided the page token.

Request body

The request body must be empty.

Response body

Response message for deploymentResourcePools.list method.

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

JSON representation
{
  "deploymentResourcePools": [
    {
      object (DeploymentResourcePool)
    }
  ],
  "nextPageToken": string
}
Fields
deploymentResourcePools[]

object (DeploymentResourcePool)

The DeploymentResourcePools from the specified location.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • aiplatform.deploymentResourcePools.list

For more information, see the IAM documentation.