getLaunchConfigurationList
    • PDF

    getLaunchConfigurationList

    • PDF

    Article Summary

    概要

    Launch Configurationに対する説明をリストの形で伝えます。
    Launch Configuration名が指定されてない場合、ユーザーが保有しているすべてのLaunch Configurationの説明をリストで受け取ります。
    Launch Configurationが指定されていると、指定されたLaunch Configurationだけの説明をリストで受け取ります。また、ページで区分して表示できます。

    リクエスト

    リクエストパラメータ

    パラメータ名必須タイプ制約事項説明
    launchConfigurationNameListNoListMin : 1
    Max : 255
    Launch Configuration名のリスト
    pageNoNoIntegerMin:0
    Max:2147483647
    ページ番号
    pageSizeNoIntegerMin:0
    Max:2147483647
    ページサイズ
    sortedByNoStringソート基準
    launchConfigurationName(ローンチ設定名)
    createDate(作成日付)
    Default : launchConfigurationName(ローンチ設定名)
    sortingOrderNoStringリストのソート順番
    ascending(アセンディング)
    descending(ディセンディング)
    Default : ascending(アセンディング)
    regionNoNoString入力できる状態は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>
    

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

    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.