Method: projects.locations.exascaleDbStorageVaults.list

Lists all the ExascaleDB Storage Vaults for the given project and location.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent value for ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of items to return. If unspecified, at most 50 ExascaleDbStorageVaults will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

pageToken

string

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

filter

string

Optional. An expression for filtering the results of the request. Filter the list as specified in https://google.aip.dev/160.

orderBy

string

Optional. An expression for ordering the results of the request. Order results as specified in https://google.aip.dev/132.

Request body

The request body must be empty.

Response body

The response for ExascaleDbStorageVault.List.

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

JSON representation
{
  "exascaleDbStorageVaults": [
    {
      object (ExascaleDbStorageVault)
    }
  ],
  "nextPageToken": string
}
Fields
exascaleDbStorageVaults[]

object (ExascaleDbStorageVault)

The ExascaleDbStorageVaults.

nextPageToken

string

A token identifying a page of results the server should return. If present, the next page token can be provided to a subsequent exascaleDbStorageVaults.list call to list the next page. If empty, there are no more 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:

  • oracledatabase.exascaleDbStorageVaults.list

For more information, see the IAM documentation.