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. To know more about valid error responses that can be thrown by this HTTP request, please refer to the service error catalog
Path parameters
| Parameters | |
|---|---|
backup |
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
|
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 |
Required. The signed URL for downloading the backup index. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.