Method: projects.locations.dbVersions.list

List DbVersions for the given project and location.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent value for the DbVersion resource with the format: projects/{project}/locations/{location}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.

pageToken

string

Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.

filter

string

Optional. Filter expression that matches a subset of the DbVersions to show. The supported filter for dbSystem creation is db_system_shape = {db_system_shape} AND storageManagement = {storageManagement}. If no filter is provided, all DbVersions will be returned.

Request body

The request body must be empty.

Response body

The response for DbVersions.List.

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

JSON representation
{
  "dbVersions": [
    {
      object (DbVersion)
    }
  ],
  "nextPageToken": string
}
Fields
dbVersions[]

object (DbVersion)

The list of DbVersions.

nextPageToken

string

A token identifying a page of results the server should return.

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.dbVersions.list

For more information, see the IAM documentation.