getLaunchConfigurationList
- 印刷する
- PDF
getLaunchConfigurationList
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
Launch Configurationに対する説明をリストの形で伝えます。
Launch Configuration名が指定されてない場合、ユーザーが保有しているすべてのLaunch Configurationの説明をリストで受け取ります。
Launch Configurationが指定されていると、指定されたLaunch Configurationだけの説明をリストで受け取ります。また、ページで区分して表示できます。
リクエスト
リクエストパラメータ
パラメータ名 | 必須 | タイプ | 制約事項 | 説明 |
---|---|---|---|---|
launchConfigurationNameList | No | List | Min : 1 Max : 255 | Launch Configuration名のリスト |
pageNo | No | Integer | Min:0 Max:2147483647 | ページ番号 |
pageSize | No | Integer | Min:0 Max:2147483647 | ページサイズ |
sortedBy | No | String | ソート基準launchConfigurationName(ローンチ設定名) createDate(作成日付) Default : launchConfigurationName(ローンチ設定名) | |
sortingOrder | No | String | リストのソート順番ascending(アセンディング) descending(ディセンディング) Default : ascending(アセンディング) | |
regionNo | No | String | 入力できる状態はgetRegionListアクションンを通じて取得できます。 |
レスポンス
レスポンスボディ
例示
リクエスト例示
{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>
この記事は役に立ちましたか?