deleteAutoScalingLaunchConfiguration
- 인쇄
- PDF
deleteAutoScalingLaunchConfiguration
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
오토 스케일링 론치 설정 삭제
설명
론치 설정은 삭제될 때 어떠한 오토 스케일링 그룹에서도 사용되고 있는 상태여서는 안됩니다.
요청 파라미터
파라미터 명 | 필수 여부 | 타입 | 제약사항 | 설명 |
---|---|---|---|---|
launchConfigurationName | Yes | String | Min : 1, Max : 255 | 삭제할 론치 설정 명 입력 |
응답 데이터 타입
- CommonResponse 타입
CommonResponse extends BaseObject |
---|
private String requestId; |
private String returnCode; |
private String returnMessage; |
예시
호출
ncloud autoscaling deleteAutoScalingLaunchConfiguration --launchConfigurationName lc-a413d73b12debca
응답
{
"deleteAutoScalingLaunchConfigurationResponse": {
"requestId": "2fb7440e-235a-4e0d-b682-68b9b9795c78",
"returnCode": "0",
"returnMessage": "success"
}
}
<?xml version="1.0" encoding="UTF-8" ?>
<deleteAutoScalingGroupResponse>
<requestId>6343f27a-8fd5-4de4-ac07-5a088c21ea3d</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
</deleteAutoScalingGroupResponse>
이 문서가 도움이 되었습니까?