MENU
      getLaunchConfigurationList

        getLaunchConfigurationList


        기사 요약

        개요

        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
        HTTP

        응답 예시

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

        이 문서가 도움이 되었습니까?

        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.