Private Endpoint を作成します (V2)
プロジェクト内にプライベートエンドポイントを作成します。
POST/v2/projects/{projectId}/privateEndpoints
https://api.cloud.zilliz.com
shell
export BASE_URL="https://api.cloud.zilliz.com"
パラメータ
Authorizationstringheader必要
認証トークンは、適切な権限を持つ API key である必要があります。
値の例: Bearer {{TOKEN}}
projectIdstringpath必要
プロジェクトの ID。
値の例: proj-xxxxxxxxxxxxxxxxxxx
リクエスト・ボディapplication/json
regionIdstring必要
プライベートエンドポイントを作成するクラウドリージョンの ID。
endpointIdstring必要
クラウドプロバイダーから提供される VPC エンドポイント ID。
gcpProjectIdstring
Google Cloud プロジェクト ID。このフィールドは Google Cloud リージョンでは必須です。
レスポンス200 OK - application/json
成功した結果またはエラーメッセージを返します。
成功したレスポンス。
codeinteger必要
レスポンスコード。
値の例: 0
dataobject必要
作成されたプライベートエンドポイントの識別子。
endpointIdstring
プライベートエンドポイント ID。
regionIdstring
クラウドリージョン ID。
失敗したレスポンス。
codeinteger必要
レスポンスコード。
messagestring必要
エラーメッセージ。