Operations at transfer/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| transfer/incompatibleProducts | POST | Finds and returns the installed incompatible products |
| transfer/session/retention | POST | Keep the session alive |
| transfer/snapshots | POST | Takes a snapshot of one or more volumes on the agent |
| transfer/snapshots/{snapshotSetId} | POST | Deletes the snapshot |
| transfer/snapshots/{snapshotSetId}/volumes/{volumeName}/blocks/allocated | GET | Gets a binary representation of the list of allocated blocks on the volume |
| transfer/snapshots/{snapshotSetId}/volumes/{volumeName}/blocks/changed | GET | Gets a binary representation of the list of changed blocks on the volume |
| transfer/snapshots/{snapshotSetId}/volumes/{volumeName}/blocks/checksum | POST | Sends a stream of record offsets for the image being transfered, and receives back a stream of the record hashes. |
| transfer/snapshots/{snapshotSetId}/volumes/{volumeName}/disks | GET | Gets information about the volume's physical layout on physical disk(s) |
| transfer/snapshots/{snapshotSetId}/volumes/{volumeName}/disksStream | GET | Gets information about the volume's physical layout on physical disk(s) |
| transfer/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 |
| transfer/snapshots/{snapshotSetId}/volumes/{volumeName}/driver | GET | Gets the driver metadata for a volume in the snapshot |
| transfer/snapshots/{snapshotSetId}/volumes/{volumeName}/enablement | POST | Enables or disables a volume |
| transfer/snapshots/{snapshotSetId}/volumes/{volumeName}/logs | DELETE | Deletes the Replay change logs for the volume |
| transfer/snapshots/{snapshotSetId}/volumes/{volumeName}/shadowCopyFile | GET | Gets information about shadow copy files that were created while taking vss snapshot |
| transfer/volumes/{volumeName}/enablement | POST | Enables or disables a volume. This method works globally since no snapshot ids are needed for it |