{
"id": string,
"name": string,
"source": string,
"destination": string,
"cloudid": string
}
id * | Specifies the ID of the Block Storage. |
name * | Specifies the name of the Block Storage. |
source * |
Specifies the originating path of the files or folders that will be
transferred to the designated destination path.
You can also specify an S3 source URL to move from. For example:
Following wildcard rules apply:
|
destination * |
Specifies the target path where the files and folders from the
source will be transferred.
You can also specify an S3 destination URL to move to. For example:
|
cloudid * | Specifies the cloud ID hosting the Block Storage. |
{
"result": "OK",
"payload": "The process was successfully completed"
}
{
"result": "ERR",
"message": "Error message ..."
}