从远端迁移 (V2)
Starts a migration from a remote bucket to the specified cluster.
POST/v2/migrations/startByRemote
该 API 的 Base URL 格式如下:
https://api.cloud.zilliz.com.cn
📘说明
控制面接口速率限制为单用户单接口每秒最多 20 个请求。
export BASE_URL="https://api.cloud.zilliz.com.cn"
参数
Authorizationstringheaderrequired
认证令牌,应为具备适当权限的 API 密钥。
示例值:Bearer {{TOKEN}}
Acceptstringheader
使用 application/json。
示例值:application/json
请求体application/json
sourceobject
源存储配置。
cloudstring
云提供商。
regionstring
云地域。
bucketNamestring
源存储桶名称。
pathstring
源存储桶内的路径。
objectUrlstring
对象 URL。
accessKeystring
访问密钥。
secretKeystring
私有密钥。
tokenstring
安全令牌。
stageNamestring
Stage 名称。
dataPathstring
数据路径。
destinationobject
目标集群配置。
clusterIdstring
目标集群 ID。
响应200 - application/json
codeinteger
响应码。
dataobject
响应载荷,包含已创建迁移任务的 ID。
jobIdstring
已创建迁移任务的 ID。
失败响应。
codeinteger
响应码。
messagestring
错误描述。