getRaidList
    • PDF

    getRaidList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Views the list of available RAIDs.

    Request

    Request parameter

    Parameter nameRequirement statusTypeRestrictionsDescription
    productTypeCodeYesString- Product type code
    Views the list of available RAIDs for individual products.
    productTypeCode is obtained via getServerImageProductList
    Options : LINUX | WINNT

    Response

    Response data type

    • RaidList type
    RaidList extends CommonResponse
    private Integer totalRows;
    private List<Raid> raidList = new ArrayList<>();
    Raid
    private String raidTypeName;
    private String raidName;
    private CommonCode productType;

    Examples

    Request examples

    ncloud vserver getRaidList --productTypeCode LINUX
    

    Response examples

    <getRaidListResponse>
      <requestId>9b0ed68f-b044-4fd8-b138-22397fba64df</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>2</totalRows>
      <raidList>
        <raid>
          <raidTypeName>5</raidTypeName>
          <raidName>RAID 5</raidName>
          <productType>
            <code>LINUX</code>
            <codeName>Linux</codeName>
          </productType>
        </raid>
        <raid>
          <raidTypeName>1</raidTypeName>
          <raidName>RAID 1+0</raidName>
          <productType>
            <code>LINUX</code>
            <codeName>Linux</codeName>
          </productType>
        </raid>
      </raidList>
    </getRaidListResponse>
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.