Backup

Description

API


    DELETE /api/backup/<key>
    GET /api/backup
    GET /api/backup/<key>

CLI


    
    show backup <key>

Data

Backup

uuid

Type
string
Category
required
Description

file_name

Type
string
Category
required
Description
The file name of backup.

timestamp

Type
string
Category
optional
Description
Unix Timestamp of when the backup file is created

local_file_url

Type
string
Category
optional
Description
URL to download the backup file

remote_file_url

Type
string
Category
optional
Description
URL to download the backup file

scheduler_ref

Type
Reference to Scheduler
Category
optional
Description
Scheduler Information

backup_config_ref

Type
Reference to BackupConfiguration
Category
optional
Description
BackupConfiguration Information

tenant_ref

Type
Reference to Tenant
Category
optional
Description

References

Tenant Scheduler BackupConfiguration

Sub Objects