Data Transfer

Data Transfer

The data transfer APIs allow initiating data transfer on a connection and getting the status of the transfer.

Initiate Transfer

This API can be used to initiate transfer on an active connection. Run time parameters can also be passed during the initiate transfer call.

POST /es/v2/data/<connection_id>/transfer

Query parameters

&accountId=<sub_account_id> // Required for data transfers in sub-accounts

Request Body:

{
  "configuration": {
  	"source": {
    
  	},
  	"destination": {
    
  	}
   }
// run time configuration
}

Response:

Sample Curl::

Get Request Status

This API allows fetching status of ongoing or completed data transfers.

Query parameters

Response:

Sample Curl::

Last updated