-
Notifications
You must be signed in to change notification settings - Fork 3
Virtual_Clients
Alberto Gonzalez edited this page Jun 19, 2017
·
2 revisions
Manage virtual clients for Windows Instant Recovery.
https://{applianceaddress}/api/virtual_clients
The following methods are supported for the /virtual_clients resource. The first set of APIs is used when configuring a virtual client.
(GET)/virtual_clients/supported
(GET)/virtual_clients/candidates
(GET)/virtual_clients/snapshot_info
(GET)/virtual_clients/{id}/details
(GET)/virtual_clients/{id}/backup_history
(GET)/virtual_clients/{id}/state
The following APIs manage the operation of a virtual client.
(PUT)/virtual_clients/audit/start/{id}
(PUT)/virtual_clients/audit/stop/{id}
(PUT)/virtual_clients/live/start/{id}
(PUT)/virtual_clients/live/stop/{id}