getRaidList
    • PDF

    getRaidList

    • PDF

    Article Summary

    VPC環境で利用できます。

    概要

    使用可能な RAIDリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    productTypeCodeYesString- 商品タイプコード
    商品タイプ別に使用可能な RAIDリストを照会
    productTypeCodeは、getServerImageProductListアクションを通じて取得可能
    Options : LINUX | WINNT
    responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
    Options : xml | json
    Default : xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/getRaidList
    ?productTypeCode=LINUX
    

    レスポンス例

    <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>
    

    この記事は役に立ちましたか?

    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.