Gets all savepoints by a tape backup.
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
curl --request POST \ --url https://<Director_IP_address>:4443/c/router \ --header "content-type: application/json" \ --cookie @cookies.txt \ --data "{ "action": "TapeBackupManagement", "method": "getSavepoints", "data": [{ "filter": { "start": 0, "count": 25 }, "targetVid": "BACKUP_OBJECT-23" }], "type": "rpc", "tid": 1 }"
Request Fields
Field | Type | Value(s) |
---|---|---|
action | string |
|
method | string |
|
data | Json | Filter parameters. See the |
type | string | rpc |
tid | int | 1 |
filter
Field | Type | Description |
---|---|---|
| int | Start ID of the backup object to be returned |
| int | Number of backup objects to be returned |
targetVid | string | Tape backup VID |
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 |
| Json | Savepoint info |
data.children
Single savepoint info.
Field | Value | Description |
---|---|---|
| string | Savepoint ID |
| string | Savepoint name |
| string | Backup type. Possible values: |
| boolean |
|
| long | Size of the savepoint |
| DateTime | Date of the savepoint |
| DateTime | Expiration date of the savepoint |
| long | Backup object ID |
| long | Tape cartridge ID |
| string | Tape cartridge name |