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

Private Endpoint を一覧表示 (V2)

プロジェクト内のプライベートエンドポイントを一覧表示します。

GET/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
currentPageintegerquery

返すページ番号。最初のページは 1 です。

値の例: 1
pageSizeintegerquery

ページごとに返す項目数。1 から 100 の範囲外の値にはデフォルト値の 10 が使用されます。

値の例: 10
bash
export TOKEN="YOUR_API_KEY"
export projectId="proj-xxxxxxxxxxxxxxxxxxx"

curl --request GET \
--url "${BASE_URL}/v2/projects/${projectId}/privateEndpoints" \
--header "Authorization: Bearer ${TOKEN}" \
--header "Request-Timeout: 5" \
--header "Content-Type: application/json"
レスポンス

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

成功したレスポンス。

codeinteger必要

レスポンスコード。

値の例: 0
dataobject必要

ページングされたプライベートエンドポイントのリスト。

endpointsarray

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

[]endpointsobject

プライベートエンドポイントとそのサービスステータス。

regionIdstring

クラウドリージョン ID。

cloudIdstring

クラウドプロバイダー ID。

endpointServicestring

エンドポイントサービス名。

endpointServiceStatusstring

エンドポイントサービスのステータス。

endpointIdstring

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

endpointStatusstring

プライベートエンドポイントのステータス。

gcpProjectIdstring

該当する場合の Google Cloud プロジェクト ID。

currentPageinteger

現在のページ番号。

pageSizeinteger

ページごとの項目数。

countinteger

一致するエンドポイントの総数。

失敗したレスポンス。

codeinteger必要

レスポンスコード。

messagestring必要

エラーメッセージ。