getRaidList
    • PDF

    getRaidList

    • PDF

    記事の要約

    概要

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

    リクエストパラメータ

    パラメータ名必須の有無タイプ制限事項説明
    responseFormatTypeNoString- レスポンス結果の形式タイプ
    オプション: xml | json
    デフォルト: xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {SERVER_API_URL}/getRaidList
    

    レスポンス例

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

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

    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.