Method: projects.locations.backupPlans.backups.getBackupIndexDownloadUrl

Retrieve the link to the backupIndex.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
backup

string

Required. Full name of Backup resource. Format: projects/{project}/locations/{location}/backupPlans/{backupPlan}/backups/{backup}

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

  • gkebackup.backups.getBackupIndex

Request body

The request body must be empty.

Response body

Response message for backups.getBackupIndexDownloadUrl.

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

JSON representation
{
  "signedUrl": string
}
Fields
signedUrl

string

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.