Addons /
Get backup download link
Generates a temporary download link for downloading the given backup.
URL parameters
project
string required
ID of the project
addon
string required
ID of the addon
backup
string required
ID of the backup
Response attributes
object
downloadLink
string required
The url to download the backup from.
API
CLI
GET /v1beta/projects/{project}/addons/{addon}/backups/{backup}/download-link
Example response
200 OK
A download link to the given backup.
JSON
{
"downloadLink": "https://storage.googleapis.com/..."
}