1.1
1.1
scp-cli security-group security-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
Description
Security Group 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Security Group ID | - |
| name optional | string | Security Group 이름 | - |
Responses
| Name | Description | Example |
|---|---|---|
| id | Security Group ID | 06e5d676-f330-485a-94e9-47ac91cce09a |
| account_id | Security Group Account ID | 0e3dffc50eb247a1adf4f2e5c82c4f99 |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Security Group 설명 | Example Description for Security Group |
| loggable | Security Group 로깅 여부 | False |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Security Group 이름 | ExampleSG1 |
| rule_count | Security Group Rule 수 | 200 |
| state | Security Group 상태 | ACTIVE |