getLaunchConfigurationList
    • PDF

    getLaunchConfigurationList

    • PDF

    Article Summary

    Overview

    Gets a list of launch configurations.
    If launch configuration names are not specified, this action returns all launch configurations you own, and if launch configuration names are specified, it returns only the specified launch configurations.
    The results can be paginated.

    Request

    Request parameters

    ParameterRequiredTypeLimitationsDescription
    launchConfigurationNameListNListMin : 1
    Max: 255
    List of launch configuration names
    pageNoNIntegerMin: 0
    Max: 2147483647
    Page number
    pageSizeNIntegerMin: 0
    Max: 2147483647
    Page size
    sortedByNStringSort by
    launchConfigurationName (Launch configuration name)
    createDate (Creation date)
    Default: launchConfigurationName (Launch configuration name)
    sortingOrderNStringList sorting order
    ascending
    descending
    Default: ascending
    regionNoNStringGet available values by using the getRegionList action.

    Response

    Response body

    Examples

    Request example

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

    Response example

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

    Was this article helpful?

    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.