getLaunchConfigurationList

Prev Next

Overview

Pass descriptions of launch configurations in a list format.
If the name of a launch configuration is not specified, the user receives a list of descriptions of all launch configurations.
If a launch configuration is specified, the user receives a list of descriptions of only the specified launch configuration. You can also view the list separately by page.

Request

Request parameters

Parameter name Required Type Restrictions Description
launchConfigurationNameList No List Min: 1
Max: 255
Name list of launch configurations
pageNo No Integer Min: 0
Max: 2147483647
Page number
pageSize No Integer Min: 0
Max: 2147483647
Page size
sortedBy No String Sort by
launchConfigurationName (launch configuration name)
createDate (creation date and time)
Default : launchConfigurationName (launch configuration name)
sortingOrder No String List sort order
ascending
descending
Default : ascending
regionNo No String You can obtain the status where input is possible through the getRegionList action.
responseFormatType No String - Format type of the response result
Options: xml | json
Default: xml

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>