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

VPC 환경에서 이용 가능합니다.

사용 가능한 Fabric Cluster Pool을 조회합니다.

구문

getFabricClusterPoolList 구문은 다음과 같습니다.

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

옵션

getFabricClusterPoolList 실행 시 지정할 수 있는 옵션을 설명합니다.

필수 옵션

getFabricClusterPoolList의 필수 옵션입니다.

옵션 타입 필수 여부 설명
--regionCode String Required 리전 코드
--zoneCode String Required 존 코드
--serverSpecCode String Conditional 서버 스펙 코드
  • KVM 하이퍼바이저 타입의 서버 스펙을 조회하는 경우, 필수 입력
  • getServerSpecList 참조
--serverProductCode String Conditional 서버 상품 코드

공통 옵션

vserver 명령에서 공통으로 사용하는 옵션에 대한 정보는 Server (VPC) 옵션을 참조해 주십시오.

예시

Fabric Cluster Pool 조회 요청이 성공하면 각 Pool의 식별 정보가 반환됩니다.

명령

명령 예시는 다음과 같습니다.

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

출력

출력 예시는 다음과 같습니다.

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