Returns a detailed list of all recovery points.
Endpoint
https://<Director_IP_address>:4443/c/router
Request Examples
Exclude Expired Recovery Points
Include Expired Recovery Points
Request Fields
Field | Type | Value(s) |
| string |
|
| string |
|
| JSON array | See below. Leaving this field blank will automatically filter out expired recovery points. |
| string |
|
| integer |
|
data
Field | Type | Description |
| boolean | Choose whether to include expired recovery points in output. |
Response Sample
Response Fields
Field | Value | Description |
| string | Message if the request failed |
| string | Reference to the method where the problem occurred |
| string | Cause of failure |
| string | Recovery point information (see tables below) |
backupRepositories
Field | Type | Description |
| int | Backup repository ID |
| string | Backup repository VID |
| string | Backup repository display name |
| JSON array | List of backup objects in repository; see table below |
backupObjects
Field | Type | Description |
| int | Backup object ID |
| string | Backup object VID |
| string | Backup object display name |
| JSON array | List of recovery points for backup object; see table below |
savepoints
Field | Type | Description |
| int | Recovery point ID |
| string | Recovery point VID |
| string | Backup object display name |
| string | Recovery point UUID |
| string | Date and time the recovery point was created |
| string | Date and time the recovery point expired. If the recovery point has not expired, this value is |
| string | Type of recovery point; |
| int | Space consumed by the recovery point in bytes |
| string | Date and time of last recovery point verification. If the recovery point has not yet been verified, this value is |
| string | The state of the recovery point based on last verification. Possible values:
|