Method: projects.locations.autonomousDatabaseBackups.list

Lists the long-term and automatic backups of an Autonomous Database.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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

Query parameters

Parameters
filter

string

Optional. An expression for filtering the results of the request. Only the autonomousDatabaseId field is supported in the following format: autonomousDatabaseId="{autonomousDatabaseId}". The accepted values must be a valid Autonomous Database ID, limited to the naming restrictions of the ID: ^a-z?$). The ID must start with a letter, end with a letter or a number, and be a maximum of 63 characters.

pageSize

integer

Optional. The maximum number of items to return. If unspecified, at most 50 Autonomous DB Backups 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.

Request body

The request body must be empty.

Response body

The response for AutonomousDatabaseBackup.List.

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

JSON representation
{
  "autonomousDatabaseBackups": [
    {
      object (AutonomousDatabaseBackup)
    }
  ],
  "nextPageToken": string
}
Fields
autonomousDatabaseBackups[]

object (AutonomousDatabaseBackup)

The list of Autonomous Database Backups.

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

For more information, see the IAM documentation.