Operations at transferdirecttotarget/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| transferdirecttotarget/incompatibleProducts | POST | Finds and returns the installed incompatible products |
| transferdirecttotarget/session/retention | POST | Keep the session alive |
| transferdirecttotarget/snapshots | POST | Takes a snapshot of one or more volumes on the agent |
| transferdirecttotarget/snapshots/{snapshotSetId} | POST | Deletes the snapshot |
| transferdirecttotarget/snapshots/{snapshotSetId}/o3e | POST | Conects to O3E device |
| transferdirecttotarget/snapshots/{snapshotSetId}/o3e/bitmap/{volumeName} | POST | Gets a bitmap of transferred blocks |
| transferdirecttotarget/snapshots/{snapshotSetId}/o3e/progress | GET | Gets information about progress of currently running data transfer, that was initiated by StartDataTransfer call |
| transferdirecttotarget/snapshots/{snapshotSetId}/o3e/transfervolume/{volumeName} | DELETE | Cancels transferring data from specified volume |
| transferdirecttotarget/snapshots/{snapshotSetId}/o3e/transfervolume/{volumeName} | POST | Starts data transfer from specified volume to O3E repository |
| transferdirecttotarget/snapshots/{snapshotSetId}/volumes/{volumeName}/blocks/allocated | GET | Gets a binary representation of the list of allocated blocks on the volume |
| transferdirecttotarget/snapshots/{snapshotSetId}/volumes/{volumeName}/blocks/changed | GET | Gets a binary representation of the list of changed blocks on the volume |
| transferdirecttotarget/snapshots/{snapshotSetId}/volumes/{volumeName}/disks | GET | Gets information about the volume's physical layout on physical disk(s) |
| transferdirecttotarget/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 |
| transferdirecttotarget/snapshots/{snapshotSetId}/volumes/{volumeName}/driver | GET | Gets the driver metadata for a volume in the snapshot |
| transferdirecttotarget/snapshots/{snapshotSetId}/volumes/{volumeName}/enablement | POST | Enables or disables a volume |
| transferdirecttotarget/snapshots/{snapshotSetId}/volumes/{volumeName}/logs | DELETE | Deletes the Replay change logs for the volume |
| transferdirecttotarget/snapshots/{snapshotSetId}/volumes/{volumeName}/shadowCopyFile | GET | Gets information about shadow copy files that were created while taking vss snapshot |
| transferdirecttotarget/volumes/{volumeName}/enablement | POST | Enables or disables a volume. This method works globally since no snapshot ids are needed for it |