- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.
HTTP request
GET https://oracledatabase.googleapis.com/v1/{parent=projects/*/locations/*}/giVersions
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent
|
Required. The parent value for Grid Infrastructure Version in the following format: Format: projects/{project}/locations/{location}. |
Query parameters
| Parameters | |
|---|---|
pageSize
|
Optional. The maximum number of items to return. If unspecified, a maximum of 50 Oracle Grid Infrastructure (GI) versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000. |
pageToken
|
Optional. A token identifying a page of results the server should return. |
filter
|
Optional. An expression for filtering the results of the request. Only the shape, gcpOracleZone and giVersion fields are supported in this format: |
Request body
The request body must be empty.
Response body
The response for GiVersion.List
.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"giVersions"
:
[
{
object (
|
| Fields | |
|---|---|
giVersions[]
|
The list of Oracle Grid Infrastructure (GI) versions. |
nextPageToken
|
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.giVersions.list
For more information, see the IAM documentation .

