1.1
1.1
scp-cli security-group security-group-rule list
--security_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--remote_ip_prefix <value>]
[--remote_group_id <value>]
[--description <value>]
[--direction <value>]
[--service <value>]
Description
Security Group rule 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_id required | string | Security Group ID | 06e5d676-f330-485a-94e9-47ac91cce09a |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Security Group Rule ID | 10d8250e-f4eb-453a-96af-b50b5b514a1a |
| remote_ip_prefix optional | string | Security Group Rule IP 주소 | 1.1.1.1/32 |
| remote_group_id optional | string | Security Group Rule 원격 그룹 ID | 06e5d676-f330-485a-94e9-47ac91cce09a |
| description optional | string | Security Group Rule 설명 | Example Description for Security Group Rule |
| direction optional | string | Security Group Rule 방향 (Ingress, Egress) | Ingress |
| service optional | string | Security Group Rule 서비스 | TCP 22 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Security Group Rule ID | 10d8250e-f4eb-453a-96af-b50b5b514a1a |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | Security Group Rule 설명 | Example Description for Security Group Rule |
| direction | Security Group Rule 방향 (Ingress, Egress) | Ingress |
| ethertype | Security Group Rule Ethertype (IPV4) | IPv4 |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| port_range_max | Security Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None | 22 |
| port_range_min | Security Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None | 22 |
| protocol | Security Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254) | TCP |
| remote_address_group_id | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| remote_address_group_name | Address Group 이름 | ExampleAG1 |
| remote_group_id | Security Group Rule 원격 그룹 ID | 06e5d676-f330-485a-94e9-47ac91cce09a |
| remote_group_name | Security Group Rule 원격 그룹 이름 | ExampleSG2 |
| remote_ip_prefix | Security Group Rule IP 주소 | 1.1.1.1/32 |
| security_group_id | Security Group ID | 06e5d676-f330-485a-94e9-47ac91cce09a |