Documentation Index

Fetch the complete documentation index at: https://cli.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

getFabricClusterDetail

Prev Next

VPC環境で利用できます。

Fabric Clusterの詳細情報を照会します。

構文

getFabricClusterDetail構文は次の通りです。

./ncloud vserver getFabricClusterDetail \
    --fabricClusterNo <fabric-cluster-no> \
    [--regionCode <KR|SGN|JPN>] \
    [--output <json|xml>]

オプション

getFabricClusterDetailの実行時に指定できるオプションについて説明します。

必須オプション

getFabricClusterDetailの必須オプションです。

オプション タイプ 必須の有無 説明
--fabricClusterNo String Required Fabric Cluster番号

共通オプション

vserverコマンドで共通して使用するオプションについては、Server (VPC)のオプションをご参照ください。

Fabric Clusterの詳細照会リクエストが成功すると、クラスタの識別および構成情報が返されます。

コマンド

コマンドの例は次の通りです。

./ncloud vserver getFabricClusterDetail \
    --fabricClusterNo 13579246 \
    --regionCode KR \
    --output json

出力

出力の例は次の通りです。

{
  "getFabricClusterDetailResponse": {
    "totalRows": 1,
    "fabricClusterList": [
      {
        "fabricClusterNo": "13579246",
        "fabricClusterName": "test-cluster-01",
        "fabricClusterStatus": {
          "code": "RUN",
          "codeName": "実行中"
        },
        "fabricClusterDescription": "Test fabric cluster",
        "regionCode": "KR",
        "zoneCode": "KR-1",
        "vpcNo": "12345678",
        "fabricClusterPoolNo": "24680135",
        "fabricClusterPoolName": "gpu-cluster-pool-01",
        "fabricClusterPoolCode": "gpu-cluster-pool-01",
        "createDate": "2026-05-15T10:02:05+0900",
        "fabricClusterServerInstanceList": []
      }
    ],
    "requestId": "c3d4e5f6-a7b8-9012-cdef-123456789012",
    "returnCode": "0",
    "returnMessage": "success"
  }
}