Path: / v310 / vm / sync


Method Summary
ResourceDescription
POST /v310/vm/syncSynchronize 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.

Method Detail
HTTP Example:
POST /v310/vm/sync

API Example:

VirtualMachineResource.sync({'$entity': /* spec */});

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 CodeMessageHTTP Response Code
ERR-API-3701Failed SyncVM500
Produces:
application/json;qs=1, application/xml;qs=0.5
Consumes:
application/json;qs=1, application/xml;qs=0.5