AutoScalingGroup 목록 조회

Prev Next

개요

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 상세 정보 조회 권한명