HTTP Example:POST /v310/vm/sync
| API Example: VirtualMachineResource.sync({'$entity': }); | Description:Synchronize a Virtual Machine to one of its snapshots.
A
object is returned for each call. The "state" attribute in the Task object
indicates the state of the operation. Use the task ID to query for the latest
progress of the task.- Since API version
- v310.21.
- Tintri Api Server Support:
- VMstoreOnly
- Input:
- VirtualMachineSyncSpec
- Output:
- Task
- Errors:
Error Code | Message | HTTP Response Code | ERR-API-3701 | Failed SyncVM | 500 |
- Produces:
- application/json;qs=1, application/xml;qs=0.5
- Consumes:
- application/json;qs=1, application/xml;qs=0.5
|