Skip to main content

backups_backup_index_download_url

Creates, updates, deletes, gets or lists a backups_backup_index_download_url resource.

Overview

Namebackups_backup_index_download_url
TypeResource
Idgoogle.gkebackup.backups_backup_index_download_url

Fields

NameDatatypeDescription
signedUrlstring

Methods

NameAccessible byRequired ParamsDescription
get_backup_index_download_urlSELECTbackupPlansId, backupsId, locationsId, projectsIdRetrieve the link to the backupIndex.

SELECT examples

Retrieve the link to the backupIndex.

SELECT
signedUrl
FROM google.gkebackup.backups_backup_index_download_url
WHERE backupPlansId = '{{ backupPlansId }}'
AND backupsId = '{{ backupsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';