Operations at transferdirecttocloud/

This page describes the service operations at this endpoint.

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