Method: projects.locations.backupCollections.backups.list

Lists all backups owned by a backup collection.

HTTP request

GET https://redis.googleapis.com/v1alpha1/{parent=projects/*/locations/*/backupCollections/*}/backups

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name of the backupCollection using the form: projects/{projectId}/locations/{locationId}/backupCollections/{backup_collection_id}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of items to return.

If not specified, a default value of 1000 will be used by the service. Regardless of the pageSize value, the response may include a partial list and a caller should only rely on response's nextPageToken to determine if there are more clusters left to be queried.

pageToken

string

Optional. The nextPageToken value returned from a previous [ListBackupCollections] request, if any.

Request body

The request body must be empty.

Response body

Response for [backups.list].

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

JSON representation
{
  "backups": [
    {
      object (Backup)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
backups[]

object (Backup)

A list of backups in the project.

nextPageToken

string

Token to retrieve the next page of results, or empty if there are no more results in the list.

unreachable[]

string

Backups that could not be reached.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.