View a list of available Tessell Backups

Log in to see full request history
Path Params
uuid
required

Id of the Availability Machine

Query Params
string
length ≤ 128

Name of the backup

status
array of strings

status

status
boolean
Defaults to true

Specify if automated backups info is to be fetched

boolean
Defaults to true

Specify if manual backups info is to be fetched

boolean
Defaults to false

Load ACL information

int32
Defaults to 10

Page size for get query

int32
Defaults to 0

Page offset for get query

string
Defaults to UTC

Timezone for return data

Headers
string
required

Authorization Token

Responses

Response body
object
uuid

ID of the Availability Machine

uuid

ID of the associated DB Service

string

Name of the associated DB Service

string

Database engine type of the associated DB Service

ORACLE POSTGRESQL SQLSERVER MYSQL APACHE_KAFKA MONGODB MILVUS

string

Timezone applicable for timestamps that are returned in this response

string

Owner of the Availability Machine

backups
array of objects

Catalog information for the available backups

backups
object
uuid

ID of the backup

string
length between 1 and 128

Name of the backup

date-time

Backup capture time

string

Current status of this backup

AVAILABLE CREATING FAILED PREPARING COPYING

int64

Size of this backup (in bytes)

boolean

Specifies whether the backup is captured as per manual user request or per automated schedule

cloudAvailability
array of objects

The cloud and region information where this backup has been made available at

cloudAvailability
object
string
required

The cloud type

AWS AZURE GCP OCI

regions
array of objects

The regions details

regions
object
string
required

The cloud region name

availabilityZones
array of strings
availabilityZones
availabilityConfig
array of objects

The config information for cloud and region availability for this backup

availabilityConfig
object
boolean
Defaults to false
uuid
cloudAvailabilityConfig
array of objects
cloudAvailabilityConfig
object
string
required

The cloud type

AWS AZURE GCP OCI

regions
array of objects

The list of regions and respective availability status

regions
object
string
required
string
required

Database Backup Status

AVAILABLE CREATING FAILED PREPARING COPYING

databases
array of objects

The databases that are captured as part of this backup

databases
object
uuid

ID of the database

string

Name of the database

string

Status of the database as of capture of this snapshot

backupInfo
object

Information about the source snapshot if this backup if derived from an existing snapshot

sharedWith
object

List of users who have access to this backup

string

Information about the pre-auth download URL

NOT_REQUESTED CREATING AVAILABLE DELETING EXPIRED

Language
URL