getRaidList
    • PDF

    getRaidList

    • PDF

    Article Summary

    개요

    RAID 리스트 조회

    설명

    사용 가능한 RAID 리스트를 조회합니다.

    응답 데이터 타입

    • RaidList 타입
    RaidList
    private List regionList = new ArrayList();
    Region extends CommonResponse
    private String raidTypeName;
    private String raidName;

    예시

    호출

    ncloud server getRaidList
    

    응답

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

    이 문서가 도움이 되었습니까?

    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.