Restores
List Restores
GET
https://$(tvm_address):8780/v1/$(tenant_id)/restores/detail
Lists Restores with details
Path Parameters
Name | Type | Description |
---|---|---|
tvm_address | string | IP or FQDN of Trilio service |
tenant_id | string | ID of the Tenant/Project to fetch the Restores from |
Query Parameters
Name | Type | Description |
---|---|---|
snapshot_id | string | ID of the Snapshot to fetch the Restores from |
Headers
Name | Type | Description |
---|---|---|
X-Auth-Project-Id | string | Project to run the authentication against |
X-Auth-Token | string | Authentication token to use |
Accept | string | application/json |
User-Agent | string | python-workloadmgrclient |
Get Restore
GET
https://$(tvm_address):8780/v1/$(tenant_id)/restores/<restore_id>
Provides all details about the specified Restore
Path Parameters
Name | Type | Description |
---|---|---|
tvm_address | string | IP or FQDN of Trilio service |
tenant_id | string | ID of the Tenant/Project to fetch the restore from |
restore_id | string | ID of the restore to show |
Headers
Name | Type | Description |
---|---|---|
X-Auth-Project-Id | string | Project to run authentication against |
X-Auth-Token | string | Authentication token to use |
Accept | string | application/json |
User-Agent | string | python-workloadmgrclient |
Delete Restore
DELETE
https://$(tvm_address):8780/v1/$(tenant_id)/restores/<restore_id>
Deletes the specified Restore
Path Parameters
Name | Type | Description |
---|---|---|
tvm_address | string | IP or FQDN of Trilio service |
tenant_id | string | ID of the Tenant/Project to fetch the Restore from |
restore_id | string | ID of the Restore to be deleted |
Headers
Name | Type | Description |
---|---|---|
X-Auth-Project-Id | string | Project to run authentication against |
X-Auth-Token | string | Authentication token to use |
Accept | string | application/json |
User-Agent | string | python-workloadmgrclient |
Cancel Restore
GET
https://$(tvm_address):8780/v1/$(tenant_id)/restores/<restore_id>/cancel
Cancels an ongoing Restore
Path Parameters
Name | Type | Description |
---|---|---|
tvm_address | string | IP or FQDN of the Trilio service |
tenant_id | string | ID of the Tenant/Project to fetch the Restore from |
restore_id | string | ID of the Restore to cancel |
Headers
Name | Type | Description |
---|---|---|
X-Auth-Project-Id | string | Project to authenticate against |
X-Auth-Token | string | Authentication token to use |
Accept | string | application/json |
User-Agent | string | python-workloadmgrclient |
One Click Restore
POST
https://$(tvm_address):8780/v1/$(tenant_id)/snapshots/<snapshot_id>
Starts a restore according to the provided information
Path Parameters
Name | Type | Description |
---|---|---|
tvm_address | string | IP or FQDN of Trilio service |
tenant_id | string | ID of the Tenant/Project to do the restore in |
snapshot_id | string | ID of the snapshot to restore |
Headers
Name | Type | Description |
---|---|---|
X-Auth-Project-Id | string | Project to authenticate against |
X-Auth-Token | string | Authentication token to use |
Content-Type | string | application/json |
Accept | string | application/json |
User-Agent | string | python-workloadmgrclient |
Body Format
The One-Click restore requires a body to provide all necessary information in json format.
Selective Restore
POST
https://$(tvm_address):8780/v1/$(tenant_id)/snapshots/<snapshot_id>
Starts a restore according to the provided information.
Path Parameters
Name | Type | Description |
---|---|---|
tvm_address | string | IP or FQDN of Trilio service |
tenant_id | string | ID of the Tenant/Project to do the restore in |
snapshot_id | string | ID of the snapshot to restore |
Headers
Name | Type | Description |
---|---|---|
X-Auth-Project-Id | string | Project to authenticate against |
X-Auth-Token | string | Authentication token to use |
Content-Type | string | application/json |
Accept | string | application/json |
User-Agent | string | python-workloadmgrclient |
Body Format
The One-Click restore requires a body to provide all necessary information in json format.
Inplace Restore
POST
https://$(tvm_address):8780/v1/$(tenant_id)/snapshots/<snapshot_id>
Starts a restore according to the provided information
Path Parameters
Name | Type | Description |
---|---|---|
tvm_address | string | IP or FQDN of Trilio service |
tenant_id | string | ID of the Tenant/Project to do the restore in |
snapshot_id | string | ID of the snapshot to restore |
Headers
Name | Type | Description |
---|---|---|
X-Auth-Project-Id | string | Project to authenticate against |
X-Auth-Token | string | Authentication token to use |
Content-Type | string | application/json |
Accept | string | application/json |
User-Agent | string | python-workloadmgrclient |
Body Format
The One-Click restore requires a body to provide all necessary information in json format.
Last updated