List all Recovery Points

Returns a detailed list of all recovery points.

Endpoint

https://<Director_IP_address>:4443/c/router

Tenant Endpoint

For tenants of the multi-tenant product the endpoint must be:

https://<Director_IP_address>:4443/t/<tenant_UUID>/c/router

Request Example 1

Request Example 2

Request Fields

Field

Type

Value(s)

action

string

JobSummaryManagement

method

string

listSavepoints

data

JSON array

See below. Leaving this field blank will automatically filter out expired recovery points.

type

string

rpc

tid

integer

1

data

Field

Type

Description

includeExpiredSavepoints

boolean

Choose whether to include expired recovery points in output.

Response Sample

Response Fields

Field

Value

Description

message

string

Message if the request failed

where

string

Reference to the method where the problem occurred

cause

string

Cause of failure

data

string

Recovery point information (see tables below)

backupRepositories

Field

Type

Description

id

int

Backup repository ID

vid

string

Backup repository VID

name

string

Backup repository display name

backupObjects

JSON array 

List of backup objects in repository; see table below

backupObjects

Field

Type

Description

id

int

Backup object ID

vid

string

Backup object VID

name

string

Backup object display name

savepoints

JSON array

List of recovery points for backup object; see table below

recoverypoints

Field

Type

Description

id

int

Recovery point ID

vid

string

Recovery point VID

name

string

Backup object display name

uuid

string

Recovery point UUID

added

string

Date and time the recovery point was created

expired

string

Date and time the recovery point expired. If the recovery point has not expired, this value is null

type

string

Type of recovery point; “INCREMENTAL” or “FULL”

consumed

int

Space consumed by the recovery point in bytes

checked

string

Date and time of last recovery point verification. If the recovery point has not yet been verified, this value is null

checkstate

string

The state of the recovery point based on last verification. Possible values:

“VERIFIED”: The recovery point is OK

“CORRUPTED”: The recovery point is corrupted

“NEUTRAL”: The recovery point has not yet been verified