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

プライベートエンドポイントの作成(V2)

Creates a private endpoint in a project.

POST/v2/projects/{projectId}/privateEndpoints
接続エンドポイント

https://api.cloud.zilliz.com

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

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

値の例: Bearer {{TOKEN}}
projectIdstringpath必要

プロジェクトのID。

値の例: proj-xxxxxxxxxxxxxxxxxxx
リクエスト・ボディ
regionIdstring必要

プライベートエンドポイントを作成するクラウドリージョンのID。

endpointIdstring必要

クラウドプロバイダーが提供するVPCエンドポイントID。

gcpProjectIdstring

Google Cloud プロジェクトID。このフィールドは、Google Cloud リージョンでは必須です。

レスポンス

成功結果またはエラーメッセージを返します。

成功レスポンス。

codeinteger必要

レスポンスコード。

値の例: 0
dataobject必要

作成されたプライベートエンドポイントの識別子。

endpointIdstring

プライベートエンドポイントID。

regionIdstring

クラウドリージョンID。

失敗レスポンス。

codeinteger必要

レスポンスコード。

messagestring必要

エラーメッセージ。

Ctrl I