Backup
List Backup
This endpoint lists all backups for a Redis database.
GET
/
v2
/
redis
/
list-backup
/
{id}
URL Parameters
id
string
requiredThe ID of the Redis database
Response Parameters
database_id
string
ID of the database
customer_id
string
Customer ID
name
string
Name of the backup
backup_id
string
ID of the backup
creation_time
int
Creation time of the backup as Unix time
state
string
State of the backup (e.g., completed)
backup_size
int
Size of the backup
daily_backup
boolean
Daily backup status
hourly_backup
boolean
Hourly backup status
Was this page helpful?