getRaidList
    • PDF

    getRaidList

    • PDF

    Article Summary

    Available in VPC

    Overview

    Querying a list of available RAID arrays

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    productTypeCodeYesString- Product type code
    Queries list of available RAID arrays by product type
    productTypeCode can be obtained via the getServerImageProductList action
    Options : LINUX
    responseFormatTypeNoString- Format type of the response result
    Options : xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/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.