getRaidList
    • PDF

    getRaidList

    • PDF

    Article Summary

    Overview

    Gets a list of available RAIDs.

    Response

    Response body

    Examples

    Request example

    GET {SERVER_API_URL}/getRaidList
    

    Response example

    <getRaidListResponse>
      <requestId>f9279dcd-84fe-4abc-9edf-7e573ec2b90b</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>
    

    Was this article helpful?

    What's Next
    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.