Operations at export/schedule/
This page describes the service operations at this endpoint.
| URI | Method | Description |
|---|---|---|
| export/schedule/{agentId}/cancelexports | POST | Cancels the export configuration for the agent |
| export/schedule/{agentId}/checkAzureExportFilesExist | POST | Checks the existence of export files in Azure. |
| export/schedule/{agentId}/clearAzureExportFiles | POST | Cleans up a Azure location of exported files. |
| export/schedule/{agentId}/export | POST | Immediately starts VM export of a recovery point which corresponds to specified agent. The recovery point and resulting VM type (Workstation, EC2 or ESXi) should be specified in the request instance. |
| export/schedule/{agentId}/pgs | DELETE | Deletes the export configuration for the agent. |
| export/schedule/{agentId}/pgs | GET | Gets the export configuration for the agent. |
| export/schedule/{agentId}/pgs | PUT | Sets the export configuration for the agent. |
| export/schedule/{agentId}/setvirtualstandbypaused | POST | Sets agent virtual standby paused. |
| export/schedule/{agentId}/setvirtualstandbyresumed | POST | Sets agent virtual standby resumed. |
| export/schedule/agents/all | GET | Gets a summary of the export status for every agent on the core for which Virtual Standby is enabled. |
| export/schedule/agents/alladhoc | GET | Gets a summary of the export status for every agent on the core. Includes AdHoc exports and Virtual Standby exports. |
| export/schedule/agents/allExportConfig | GET | Gets the export configuration for the agent. |
| export/schedule/cloudexport | POST | Immediately starts VM export of a cloud recovery point which corresponds to specified agent. The recovery point and resulting VM type (Workstation, EC2 or ESXi) should be specified in the request instance. |
| export/schedule/configurationFiles/{agentId}/{recoveryPointId}/validate | POST | Validates if virtual machine configuration files export supported for target location. |
| export/schedule/ec2/validate | POST | Validates an EC2 credential. |
| export/schedule/esx/capabilities?agentId={agentId}&recoveryPointId={recoveryPointId} | POST | Gets Esx capabilities. |
| export/schedule/exportvolumes/validate | POST | Validate selected volumes for export. |
| export/schedule/force/exportwithdeploy | POST | Immediately starts VM export with deploy of a recovery point which corresponds to specified agent. The recovery point and resulting VM type (Workstation, EC2 or ESXi) should be specified in the request instance. |
| export/schedule/force/virtualstandbys | POST | Attempts to immediately start VM exports for the specified protected machines. Will try to start each export separately and in case of failure an event will be generated |
| export/schedule/groups/{groupId}/all | GET | Gets a summary of the export status for every agent in the given group for which Virtual Standby is enabled. |
| export/schedule/hyperv/bootability/validate | POST | Validates if target virtualization type supports nested virtualization |
| export/schedule/hyperv/capabilities | POST | Gets Hyper-V capabilities. |
| export/schedule/hyperv/credentials | POST | Validates an Hyper-V credentials. |
| export/schedule/hyperv/IsVirtualStandbyDiskTypeChangeAllowed/{agentId} | POST | Get virtual standby retry mark |
| export/schedule/hyperv/location/{path} | POST | Validates Hyper-V disk exists. |
| export/schedule/hyperv/role | POST | Validates Hyper-V credentials. |
| export/schedule/hyperv/validateUefiByAgent/{agentId} | POST | Validates if this machine has UEFI partition |
| export/schedule/hyperv/validateUefiByRecoveryPoints | POST | Validates if this machine has UEFI partition |
| export/schedule/linux/bootability/validate/{targetType} | POST | Validates bootability of the exported CentOs-based virtual machine |
| export/schedule/storagepool/{agentId} | POST | Validates whether Storage Pool feature was enabled on the protected machine |
| export/schedule/systemvolume/location/validate | POST | Validates location for virtual machine |
| export/schedule/uncshare/validate | POST | Validates a UNC share path. |
| export/schedule/vbox/credentials | POST | Validates VirtualBox credentials. |
| export/schedule/vbox/installed | POST | Validates VirtualBox is installed on local/remote machine |
| export/schedule/vbox/uefi/validaterecoverypoint | POST | Validates whether target VM configuration has UEFI support |
| export/schedule/vbox/wincredentials/{path} | POST | Validates VirtualBox Windows credentials by UserName or CredentialsAccountId. |
| export/schedule/vbox/wincredentials/{path}/{userName} | POST | Validates VirtualBox Windows credentials by UserName. |
| export/schedule/virtualstandbys/createadapter | POST | Creates a new virtual machine network adapter on specified switch |
| export/schedule/virtualstandbys/networkadapters | POST | Retrieves a list of network adapters available on virtual standby target virtual machine |
| export/schedule/virtualstandbys/networkswitches | POST | Retrieves a list of network switches available on virtual standby target virtual machine |
| export/schedule/virtualstandbys/startvm | POST | Starts virtual machine defined by the export configuration |
| export/schedule/virtualstandbys/stopvm | POST | Stops virtual machine defined by the export configuration |
| export/schedule/virtualstandbys/targets | POST | Gets current status of virtual machine created by virtual standby and status of hypervisor on which the virtual machine is located |
| export/schedule/vm/cpu/validate | POST | Validates cpu configuration for virtual machine |
| export/schedule/vm/location/validate | POST | Validates location for virtual machine |
| export/schedule/vm/ram/validate | POST | Validates memory size for virtual machine |
| export/schedule/vm/settings/validate | POST | Validates virtual machine settings |
| export/schedule/vsphere/info | POST | Retrieves the details about a VSphere server for UI functionality. |