Method: projects.locations.backupPlans.backups.volumeBackups.list

Lists the VolumeBackups for a given Backup.

HTTP request

GET https://gkebackup.googleapis.com/v1/{parent=projects/*/locations/*/backupPlans/*/backups/*}/volumeBackups

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The Backup that contains the VolumeBackups to list. Format: projects/*/locations/*/backupPlans/*/backups/*

Authorization requires the following IAM permission on the specified resource parent:

  • gkebackup.volumeBackups.list

Query parameters

Parameters
pageSize

integer

The target number of results to return in a single response. If not specified, a default value will be chosen by the service. Note that the response may inclue a partial list and a caller should only rely on the response's nextPageToken to determine if there are more instances left to be queried.

pageToken

string

The value of nextPageToken received from a previous volumeBackups.list call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to volumeBackups.list must match the call that provided the page token.

filter

string

Field match expression used to filter the results.

orderBy

string

Field by which to sort the results.

Request body

The request body must be empty.

Response body

Response message for volumeBackups.list.

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

JSON representation
{
  "volumeBackups": [
    {
      object (VolumeBackup)
    }
  ],
  "nextPageToken": string
}
Fields
volumeBackups[]

object (VolumeBackup)

The list of VolumeBackups matching the given criteria.

nextPageToken

string

A token which may be sent as pageToken in a subsequent volumeBackups.list call to retrieve the next page of results. If this field is omitted or empty, then there are no more results to return.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.