Method: projects.locations.cloudVmClusters.list

Lists the VM Clusters in a given project and location.

HTTP request

GET https://oracledatabase.googleapis.com/v1/{parent=projects/*/locations/*}/cloudVmClusters

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the parent in the following format: projects/{project}/locations/{location}.

Query parameters

Parameters
pageSize

integer

Optional. The number of VM clusters to return. If unspecified, at most 50 VM clusters will be returned. The maximum value is 1,000.

pageToken

string

Optional. A token identifying the page of results the server returns.

filter

string

Optional. An expression for filtering the results of the request.

Request body

The request body must be empty.

Response body

The response for CloudVmCluster.List.

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

JSON representation
{
  "cloudVmClusters": [
    {
      object (CloudVmCluster)
    }
  ],
  "nextPageToken": string
}
Fields
cloudVmClusters[]

object (CloudVmCluster)

The list of VM Clusters.

nextPageToken

string

A token to fetch the next page of results.

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:

  • oracledatabase.cloudVmClusters.list

For more information, see the IAM documentation.