1.0
1.0
scpcli virtualserver auto scaling group notification list
--auto_scaling_group_id <value>
[--user_ids <value>]
[--notification_state <value>]
[--notification_event <value>]
[--offset <value>]
[--limit <value>]
[--sort <value>]
Description
Auto-Scaling Group 알림 목록을 조회한다.
상태 ACTIVE (DEPRECATED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| auto_scaling_group_id required | string | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| user_ids optional | array | 사용자 ID 목록 | 570907805e5447be84b618450ef52o0t |
| notification_state optional | string | Auto-Scaling Group 알림 상태 | ACTIVE |
| notification_event optional | string | Auto-Scaling Group 알림 이벤트 | SCALE_OUT |
| offset optional | integer | 목록에서 시작할 지점의 인덱스 | 0 |
| limit optional | integer | 페이지 항목 개수 | 20 |
| sort optional | string | 쉼표로 구분된 정렬 목록이며 <키>[:<방향>] 형식으로 지정 | created_at:desc |
Responses
| Name | Description | Example |
|---|---|---|
| id | ID | 0fdd87aab8cb46f59b7c1f81ed03fb3e |
| account_id | 계정 ID | a8f10467abfc4b87b64614ab36eb9ae4 |
| auto_scaling_group_id | Auto-Scaling Group ID | 52613bd852b04b39adcb15a8364d856d |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| notification_events | Auto-Scaling Group 알림 이벤트 목록 | [‘SCALE_OUT’, ‘SCALE_OUT_FAIL’] |
| notification_state | Auto-Scaling Group 알림 상태 | ACTIVE |
| user_id | 사용자 ID | 570907805e5447be84b618450ef52o0t |
| user_name | User name | scpuser |