Returns possible restore options of a virtual machine.
| name | type | description |
|---|---|---|
| guid | path | specify a local unique identifier for a virtual machine (use by vProtect) |
| media type | data type | description |
|---|---|---|
| application/json | VirtualMachineRestoreOptionsDto (JSON) | possible restore options of a virtual machine |
GET /restore-settings/virtual-environment/{guid}/options
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{ }