Skip to main content
GET
Get Backup Analysis

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The ID of the database

backupid
string
required

The ID of the backup

Response

200 - application/json

Analysis state retrieved successfully

analysis_state
string

Empty when never analyzed, otherwise pending, completed or failed

Example:

"completed"

report
object

The analysis report, present when completed. Contains totals, per-type size and element-count distributions, the biggest keys overall and per type, and a TTL profile.