Available in VPC
Get Fabric cluster details.
Syntax
The getFabricClusterDetail syntax is as follows:
./ncloud vserver getFabricClusterDetail \
--fabricClusterNo <fabric-cluster-no> \
[--regionCode <KR|SGN|JPN>] \
[--output <json|xml>]
Options
This section describes the options available when running getFabricClusterDetail.
Required options
The following options are required for getFabricClusterDetail.
| Options | Type | Required | Description |
|---|---|---|---|
--fabricClusterNo |
String | Required | Fabric cluster number
|
Common options
For information about the options common to all vserver subcommands, see Server (VPC) options.
Examples
If the Fabric cluster detailed query request is successful, the cluster's identification and configuration information are returned.
Command
The command example is as follows:
./ncloud vserver getFabricClusterDetail \
--fabricClusterNo 13579246 \
--regionCode KR \
--output json
Output
The output example is as follows:
{
"getFabricClusterDetailResponse": {
"totalRows": 1,
"fabricClusterList": [
{
"fabricClusterNo": "13579246",
"fabricClusterName": "test-cluster-01",
"fabricClusterStatus": {
"code": "RUN",
"codeName": "In operation"
},
"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"
}
}