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.

getFabricClusterPoolList

Prev Next

Available in VPC

Get an available Fabric cluster pool.

Syntax

The getFabricClusterPoolList syntax is as follows:

./ncloud vserver getFabricClusterPoolList \
    --regionCode <KR|SGN|JPN> \
    --zoneCode <zone-code> \
    --serverSpecCode <server-spec-code> | --serverProductCode <server-product-code> \
    [--output <json|xml>]

Options

This section describes the options available when running getFabricClusterPoolList.

Required options

The following options are required for getFabricClusterPoolList.

Options Type Required Description
--regionCode String Required Region code
--zoneCode String Required Zone code
--serverSpecCode String Conditional Server spec code
  • Required when querying server specifications of the KVM hypervisor type.
  • See getServerSpecList.
--serverProductCode String Conditional Server product code

Common options

For information about the options common to all vserver subcommands, see Server (VPC) options.

Examples

If the Fabric cluster pool query request is successful, each pool's identification information is returned.

Command

The command example is as follows:

./ncloud vserver getFabricClusterPoolList \
    --regionCode KR \
    --zoneCode KR-1 \
    --serverSpecCode gp8ap56-g3 \
    --output json

Output

The output example is as follows:

{
  "getFabricClusterPoolListResponse": {
    "totalRows": 1,
    "fabricClusterPoolList": [
      {
        "fabricClusterPoolNo": "24680135",
        "fabricClusterPoolName": "gpu-cluster-pool-01"
      }
    ],
    "requestId": "a7b8c9d0-e1f2-3456-0123-567890123456",
    "returnCode": "0",
    "returnMessage": "success"
  }
}