Method: projects.locations.giVersions.minorVersions.list

Lists all the valid minor versions for the given project, location, gi version and shape family.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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

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. An expression for filtering the results of the request. Only shapeFamily and gcp_oracle_zone_id are supported in this format: shape_family="{shapeFamily}" AND gcp_oracle_zone_id="{gcp_oracle_zone_id}".

Request body

The request body must be empty.

Response body

The response for MinorVersion.List.

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

JSON representation
{
  "minorVersions": [
    {
      object (MinorVersion)
    }
  ],
  "nextPageToken": string
}
Fields
minorVersions[]

object (MinorVersion)

The list of MinorVersions.

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

For more information, see the IAM documentation.

MinorVersion

MinorVersion represents a minor version of a GI. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiMinorVersionSummary/

JSON representation
{
  "name": string,
  "gridImageId": string,
  "version": string
}
Fields
name

string

Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{giVersion}/minorVersions/{minor_version}

gridImageId

string

Optional. The ID of the Grid Image.

version

string

Optional. The valid Oracle grid infrastructure software version.