Skip to main content
GET
Get

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Query Parameters

clusterId
string
required

ID of the PostgreSQL cluster that holds backup.

backupId
string
required

ID of the designated backup.

Response

200 - application/json

A successful response.

creationFinish
string<date-time>

Creation finish timestamp.

creationStart
string<date-time>

Creation start timestamp.

id
string

Required. ID of the backup.

onDemand
boolean

Is the backup an on-demand manual backup.

sizeBytes
string<int64>

Size of the backup in bytes.

sourceClusterId
string

ID of the PostgreSQL cluster that the backup was created for.

sourceClusterName
string

Name of the PostgreSQL cluster that the backup was created for.

sourceClusterVisible
boolean

Is PostgreSQL cluster that the backup was created for visible.