Operations at hypervMachineTransfer/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| hypervMachineTransfer//configurationFileLocations/{snapshotSetId} | GET | Gets virtual machine configuration files location |
| hypervMachineTransfer//excludedFiles/{snapshotSetId} | GET | Gets excluded files extents for each volume |
| hypervMachineTransfer/clearBitmaps/{snapshotSetId}/ | POST | Update Protected Volume Files and return new protected volumes collection |
| hypervMachineTransfer/clusterDriverMetadata/{snapshotSetId}/ | POST | Gets the cluster driver metadata for a protected volume in the snapshot |
| hypervMachineTransfer/deleteShadowCopy/{snapshotSetId}/{isBackupSucceeded}/ | POST | Deletes shadow copy created during transfer |
| hypervMachineTransfer/getVirtualDiskPaths/{snapshotSetId}/{volumeGuidName} | GET | Get original and differencing disks paths |
| hypervMachineTransfer/incompatibleProducts | POST | Finds and returns the installed incompatible products |
| hypervMachineTransfer/isAnyVssErrorDuringTransfer/{snapshotSetId}/ | GET | Checks VSS related errors occured during transfer. |
| hypervMachineTransfer/session/retention/{snapshotSetId} | POST | Keep the session alive |
| hypervMachineTransfer/smbDriverMetadata/{snapshotSetId}/ | POST | Gets the shared folder driver metadata for a protected volume in the snapshot |
| hypervMachineTransfer/snapshots/{snapshotSetId} | POST | Deletes the snapshot |
| hypervMachineTransfer/snapshots/{snapshotSetId}/volumes/{volumeName}/blocks/allocated | GET | Gets a binary representation of the list of allocated blocks on the volume |
| hypervMachineTransfer/snapshots/{snapshotSetId}/volumes/{volumeName}/blocks/changed | POST | Gets a binary representation of the list of changed blocks on the volume |
| hypervMachineTransfer/snapshots/{snapshotSetId}/volumes/{volumeName}/disks | GET | Gets information about the volume's physical layout on physical disk(s) |
| hypervMachineTransfer/snapshots/{snapshotSetId}/volumes/{volumeName}/driver | POST | Sets the driver metadata for a volume in the snapshot. Only sets the metadata values which are not set to their default values |
| hypervMachineTransfer/snapshots/{snapshotSetId}/volumes/{volumeName}/driverMetadata | POST | Gets the driver metadata for a protected volume in the snapshot |
| hypervMachineTransfer/snapshots/{snapshotSetId}/volumes/{volumeName}/enablement | POST | Enables or disables a volume |
| hypervMachineTransfer/snapshots/{snapshotSetId}/volumes/{volumeName}/logs | DELETE | Deletes the Replay change logs for the volume |
| hypervMachineTransfer/snapshots/{snapshotSetId}/volumes/{volumeName}/shadowCopyFile | GET | Gets information about shadow copy files that were created while taking vss snapshot |
| hypervMachineTransfer/snapshots/cancel/{virtualMachineId} | POST | Cancels the VSS snapshot creation |
| hypervMachineTransfer/snapshotsHyperv | POST | Takes a snapshot of one or more volumes on the agent |
| hypervMachineTransfer/updateProtectedVolumeFiles/{snapshotSetId}/ | POST | Update Protected Volume Files and return new protected volumes collection |
| hypervMachineTransfer/volumes/{volumeName}/enablement | POST | Enables or disables a volume. This method works globally since no snapshot ids are needed for it |