backups_backup_index_download_url
Creates, updates, deletes, gets or lists a backups_backup_index_download_url
resource.
Overview
Name | backups_backup_index_download_url |
Type | Resource |
Id | google.gkebackup.backups_backup_index_download_url |
Fields
Name | Datatype | Description |
---|---|---|
signedUrl | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_backup_index_download_url | SELECT | backupPlansId, backupsId, locationsId, projectsId | Retrieve 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 }}';