AutoScalingGroup 목록 조회
- 인쇄
- PDF
AutoScalingGroup 목록 조회
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
AutoScalingGroup 목록을 조회합니다.
요청
API URL
GET {SOURCEDEPLOY_API_URL}/autoscaling
요청 Parameter
없음
요청 Query
없음
요청 Body
없음
응답
응답 Body
{
"autoscalingList": [
{
"groupNo": "number",
"name": "string",
"instanceCount": "number",
"permission": "string",
"actionName": "string"
}
]
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
autoscalingList.groupNo | number | AutoScalingGroup 번호 | |
autoscalingList.name | string | AutoScalingGroup 이름 | |
autoscalingList.instanceCount | number | instance 개수 | |
autoscalingList.permission | string | 상세 정보 조회 권한 소유 여부 | "Allow" | "Deny" |
autoscalingList.actionName | string | 상세 정보 조회 권한명 |
이 문서가 도움이 되었습니까?