MENU
      getRaidList

        getRaidList


        Article summary

        Overview

        Get RAID list.

        Description

        Get the list of available RAID types.

        Response data type

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

        Examples

        Call

        ncloud server getRaidList
        Plain text

        Response

        {
          "getRaidListResponse": {
            "requestId": "742c44cb-f2bf-4e0c-bf31-6588887b9e29",
            "returnCode": "0",
            "returnMessage": "success",
            "totalRows": 2,
            "raidList": [
              {
                "raidTypeName": "5",
                "raidName": "RAID 5"
              },
              {
                "raidTypeName": "1",
                "raidName": "RAID 1+0"
              }
            ]
          }
        }
        JSON
        <?xml version="1.0" encoding="UTF-8"?>
        <getRaidListResponse>
          <requestId>18ecf433-3a1b-4e29-bb15-97e47ea88d8d</requestId>
          <returnCode>0</returnCode>
          <returnMessage>success</returnMessage>
          <totalRows>2</totalRows>
          <raidList>
            <raid>
              <raidTypeName>5</raidTypeName>
              <raidName>RAID 5</raidName>
            </raid>
            <raid>
              <raidTypeName>1</raidTypeName>
              <raidName>RAID 1+0</raidName>
            </raid>
          </raidList>
        </getRaidListResponse>
        XML

        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.