getLaunchConfigurationList

Prev Next

概要

Launch Configurationの説明をリスト形式で渡します。
Launch Configuration名が指定されていない場合、ユーザーが保有するすべての Launch Configurationの説明をリスト形式で取得します。
Launch Configurationが指定されている場合、指定された Launch Configurationの説明だけリスト形式で取得します。さらに、ページに分けて見ることができます。

リクエスト

リクエストパラメータ

パラメータ名 必須の有無 タイプ 制限事項 説明
launchConfigurationNameList No List 最小: 1
最大: 255
Launch Configuration名リスト
pageNo No Integer 最小: 0
最大: 2147483647
ページ番号
pageSize No Integer 最小: 0
最大: 2147483647
ページサイズ
sortedBy No String ソート基準
launchConfigurationName(ローンチ設定名)
createDate(作成日時)
Default : launchConfigurationName(ローンチ設定名)
sortingOrder No String リストのソート方法
ascending(昇順)
descending(降順)
Default : ascending(昇順)
regionNo No String 入力可能な状態は getRegionListアクションを通じて取得可能
responseFormatType No String - レスポンス結果の形式タイプ
オプション: xml | json
デフォルト: xml

レスポンス

レスポンスボディ

リクエスト例

{AUTOSCALILNG_API_URL}/getLaunchConfigurationList
?launchConfigurationNameList.1=lc-1

レスポンス例

<getLaunchConfigurationListResponse>
   <requestId>a58e727a-b259-481c-b530-d62ea512ec51</requestId>
   <returnCode>0</returnCode>
   <returnMessage>success</returnMessage>
   <totalRows>1</totalRows>
   <launchConfigurationList>
      <launchConfiguration>
         <launchConfigurationName>lc-1</launchConfigurationName>
         <launchConfigurationNo>***013</launchConfigurationNo>
         <serverImageProductCode>SPSW0LINUX000009</serverImageProductCode>
         <serverProductCode>SPSVRSTAND000043</serverProductCode>
         <memberServerImageNo />
         <loginKeyName>yh-nang-test</loginKeyName>
         <createDate>2014-02-13T13:45:57+0900</createDate>
         <userData />
         <initScriptNo />
      </launchConfiguration>
   </launchConfigurationList>
</getLaunchConfigurationListResponse>