Operations at vddk/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| vddk/attach/{parentDiskHandle}/{childDiskHandle} | POST | Attaches to disk. |
| vddk/cancelCloneDisk/{id} | POST | Requests cancellation for a clone operation |
| vddk/changePort/{newPort} | POST | Change port. |
| vddk/cleanup/{shouldLog} | POST | Cleans up. |
| vddk/cloneDiskFromLocalToRemote | POST | Clones a vmdk disks from source destination to target |
| vddk/close/{diskHandle} | POST | Closes disk. |
| vddk/closeSet/{diskSetHandle} | POST | Closes disk set. |
| vddk/connect | POST | Connects to Vddk. |
| vddk/connectEx?readonly={readonly}&snapshotRef={snapshotRef}&transportModes={transportModes} | POST | Extended connection to Vddk. |
| vddk/create/{path} | POST | Creates vmdk. |
| vddk/createchild/{diskHandle}/{childPath}/{diskType} | POST | Creates child vmdk. |
| vddk/delete/{connectionHandle}/{path} | POST | Deletes disk. |
| vddk/disconnect/{connectionHandle} | POST | Closes connection. |
| vddk/diskInfo/{diskHandle} | POST | Gets disk info. |
| vddk/dismountVolume/{volumeHandle}/{force} | POST | Dismount volume. |
| vddk/endaccess/{machineName} | POST | Ends access. |
| vddk/exitApplication | POST | Exit application. |
| vddk/freeVolumeHandles/{volumesHandle} | POST | Free volumes handles. |
| vddk/getCloneDiskProgress/{id} | POST | Gets a clone operation progress based on operation identifier |
| vddk/getmetadatakeys/{diskHandle} | POST | Gets metadata keys. |
| vddk/getOsInfo/{diskSetHandle} | POST | Gets OS info. |
| vddk/gettransportmode/{diskHandle} | POST | Gets transport mode. |
| vddk/getvolumehandles/{diskSetHandle} | POST | Gets volume handles. |
| vddk/getVolumeInfo/{volumeHandle} | POST | Gets volume info. |
| vddk/handleExists/{handle} | POST | Determines whether the handle exists |
| vddk/isexists/{connectionHandle}/{path} | GET | Determines if disk exists. |
| vddk/mountVolume/{volumeHandle}/{isReadOnly} | POST | Mount volume. |
| vddk/open | POST | Opens disk. |
| vddk/opendisks/{connectionHandle} | POST | Opens disks. |
| vddk/opendiskset/{openReadOnly} | POST | Opens disk set. |
| vddk/prepareforaccess/{machineName} | POST | Tries prepare for access. |
| vddk/read/{diskHandle}/{startSector}/{numberOfSectors} | GET | Reads data. |
| vddk/readMetadata/{diskHandle}/{key} | POST | Reads metadata. |
| vddk/write/{diskHandle}/{startSector}/{numberOfSectors} | POST | Writes data. |
| vddk/writeMetadata/{diskHandle} | POST | Writes metadata. |