メインコンテンツまでスキップ

リモートから移行 (V2)

Starts a migration from a remote bucket to the specified cluster.

POST/v2/migrations/startByRemote
接続エンドポイント

https://api.cloud.zilliz.com

shell
export BASE_URL="https://api.cloud.zilliz.com"
パラメータ
Authorizationstringheader必要

認証トークンには、適切な権限を持つ API key を使用する必要があります。

値の例: Bearer {{TOKEN}}
Acceptstringheader

application/json を使用します。

値の例: application/json
リクエスト・ボディ
sourceobject

ソースストレージの設定。

cloudstring

クラウドプロバイダー。

regionstring

クラウドリージョン。

bucketNamestring

ソースバケットの名前。

pathstring

ソースバケット内のパス。

objectUrlstring

オブジェクト URL。

accessKeystring

アクセスキー。

secretKeystring

シークレットキー。

tokenstring

セキュリティトークン。

stageNamestring

ステージ名。

dataPathstring

データパス。

destinationobject

宛先クラスターの設定。

clusterIdstring

宛先クラスターの ID。

レスポンス

作成された移行ジョブの ID を返します。

codeinteger

レスポンスコード。

dataobject

作成された移行ジョブの ID を含むレスポンスペイロード。

jobIdstring

作成された移行ジョブの ID。

失敗レスポンス。

codeinteger

レスポンスコード。

messagestring

エラーメッセージ。

Ctrl I