Aspera Node API Transfer Plugin



Overview

This plug-in provides the ability to initiate a server to server transfer using Aspera's Node API cluster protocol.

Saved Parameters Description

Inputs Description

Outputs Description

Supported Actions

None

Dependencies

None

Operating Instructions

The string "/ops/transfers" will be added to the url while forming the URL.

Sample Request Contains data as shown in the below example :
{
"direction": "send",
"remote_host": "w.demo.aspera.org",
"remote_access_key": "ABCDEFGH",
"token": "Basic XXXXYYYYYZZZZZ=",
"target_rate_kbps": "",
"create_dir": false,
"ssh_port": "33001",
"fasp_port": "33001",
"destination_root" : "/",
"remote_user": "xfer",
"multi_session": "1",
"delete_source": "false",
"paths": [
{
"source": "/temp.mpg"
}
]
}