Snapshot Mount

Mount Snapshot

POST https://$(tvm_address):8780/v1/$(tenant_id)/snapshots/<snapshot_id>/mount

Mounts a Snapshot to the provided File Recovery Manager

Path Parameters

Name
Type
Description

tvm_address

string

IP or FQDN of Trilio service

tenant_id

string

ID of the Tenant/Project the Snapshot is located in

snapshot_id

string

ID of the Snapshot to mount

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

HTTP/1.1 200 OK
Server: nginx/1.16.1
Date: Wed, 11 Nov 2020 15:29:03 GMT
Content-Type: application/json
Content-Length: 0
Connection: keep-alive
X-Compute-Request-Id: req-9d779802-9c65-463a-973c-39cdffcba82e

Body Format

List of mounted Snapshots in Tenant

GET https://$(tvm_address):8780/v1/$(tenant_id)/snapshots/mounted/list

Provides the list of all Snapshots mounted in a Tenant

Path Parameters

Name
Type
Description

tvm_address

string

IP or FQDN of Trilio service

tenant_id

string

ID of the Tenant to search for mounted Snapshots

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-workloadmgr

List of mounted Snapshots in Workload

GET https://$(tvm_address):8780/v1/$(tenant_id)/workloads/<workload_id>/snapshots/mounted/list

Provides the list of all Snapshots mounted in a specified Workload

Path Parameters

Name
Type
Description

tvm_address

string

IP or FQDN of Trilio service

tenant_id

string

ID of the Tenant to search for mounted Snapshots

workload_id

string

ID of the Workload to search for mounted Snapshots

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-workloadmgr

Dismount Snapshot

POST https://$(tvm_address):8780/v1/$(tenant_id)/snapshots/<snapshot_id>/dismount

Unmounts a Snapshot of the provided File Recovery Manager

Path Parameters

Name
Type
Description

tvm_address

string

IP or FQDN of Trilio service

tenant_id

string

ID of the Tenant/Project the Snapshot is located in

snapshot_id

string

ID of the Snapshot to dismount

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

Last updated

Was this helpful?