getFabricClusterPoolList

Prev Next

The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

Available in VPC

Overview

Views the available gpu fabric cluster pool list

Requests

Request parameters

Parameter name Requirement status Type Restrictions Description
regionCode Yes String Region code
zoneCode Yes String Zone code
serverSpecCode Conditional String Filter by the server specification code.
  • Required when querying server specifications of the KVM hypervisor type
  • SeegetServerSpecList
serverProductCode Conditional String Filter by the server product code.
output No String Response result's format type
  • Options : xml | json
  • Default : json

Responses

Response data type

  • getFabricClusterPoolList type
getFabricClusterPoolList extends CommonResponse
private Integer totalRows;
private List<FabricClusterPool> getFabricClusterPoolList = new ArrayList<>();
FabricClusterPool
private String fabricClusterPoolNo;
private String fabricClusterPoolName;

Examples

Request examples

ncloud vserver getFabricClusterPoolList --regionCode KR --zoneCode KR-1 --serverSpecCode gp8ap56-g3

Response examples

<fabricClusterPoolList>
  <requestId>0c7c37fb-6bae-4b99-8fda-53421f3a81a4</requestId>
  <returnCode>0</returnCode>
  <returnMessage>success</returnMessage>
  <totalRows>1</totalRows>
  <fabricClusterPoolList>
    <fabricClusterPool>
      <fabricClusterPoolNo>182</fabricClusterPoolNo>
      <fabricClusterPoolName>kvm a100 pool</fabricClusterPoolName>
    </fabricClusterPool>
  </fabricClusterPoolList>
</fabricClusterPoolList>