API Reference
Data Movement
Copy Data
2min
PUT
QUERY PARAMETERS
api_key
string
*BODY PARAMETERS
body
CopyDataRequest
*client_id
string
*Example: me
The client ID.
src_id
integer
*Example: 6403356
The ID of the source instance.
src_path
string
*Example: /workspace
The path to the source object to copy.
dst
integer
*Example: 6404869
The ID of the target instance.
dst_path
string
*Example: /workspace
The path to the target of the copy operation.
RESPONSES
200
Successful response
CopyDataResponse
success
boolean
Example: true
Indicates whether the copy operation was successful.
src_port
integer<int32>
Example: 40299
The port of the source instance.
src_addr
string
Example: 102.65.3.114
The address of the source instance.

Updated 20 Jul 2023
Did this page help you?