This function starts or restarts a transfer session.
Note:
For more information about how this function works with other functions in the transfer and restore process, read our Guide to Transfer and Restore API Functions documentation.
transfer required | string The transfer session's ID. Example: |
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ start_transfer_session \ transfer_session_id='exampleservercopya20140206192428NtyW'
{- "data": {
- "pid": 90210
}, - "metadata": {
- "command": "start_transfer_session",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}