グローバルクラスターの一覧表示 (V2)
List all global clusters in the account.
GET/v2/globalClusters
https://api.cloud.zilliz.com
shell
export BASE_URL="https://api.cloud.zilliz.com"
パラメータ
Authorizationstringheader必要
認証トークンは、適切な権限を持つ API key である必要があります。
値の例: Bearer {{TOKEN}}
pageSizeintegerquery
各レスポンスに含めるレコード数。
値の例: 10
currentPageintegerquery
現在のページ番号。
値の例: 1
bash
export TOKEN="YOUR_API_KEY"
curl --request GET \
--url "${BASE_URL}/v2/globalClusters" \
--header "Authorization: Bearer ${TOKEN}" \
--header "Request-Timeout: 5" \
--header "Content-Type: application/json"
レスポンス200 OK - application/json
グローバルクラスターの一覧。
countinteger
グローバルクラスターの総数。
currentPageinteger
現在のページ番号。
pageSizeinteger
1 ページあたりのレコード数。
globalClustersarray
グローバルクラスターの一覧。
[]globalClustersobject
globalClusterIdstring
グローバルクラスターの ID。
値の例: glo-xxxxxxxxxxxxxxx
globalClusterNamestring
グローバルクラスターの名前。
値の例: my-global-cluster
projectIdstring
このグローバルクラスターが属するプロジェクトの ID。
値の例: proj-xxxxxxxxxxxxxxx
regionIdsarray
このグローバルクラスターがデプロイされているリージョン ID の一覧。
[]regionIdsstring
リージョン ID。
cuTypestring
グローバルクラスターの Compute unit (CU) タイプ。グローバルクラスターのメンバーは同じ CU タイプを共有します。
値の例: Performance-optimized
cuSizeinteger
グローバルクラスターの Compute unit (CU) サイズ。グローバルクラスターのメンバーは同じ CU サイズを共有します。
値の例: 4
connectAddressstring
グローバルクラスターの接続アドレス。
createTimestring<date-time>
グローバルクラスターの作成時刻。
値の例: 2026-06-01T12:00:00Z
エラーメッセージを返します。
codeinteger
レスポンスコード。
messagestring
エラーメッセージ。