이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
CLIs
- 1: Add Address Group IPs
- 1.1: 1.1
- 2: Create Address Group
- 2.1: 1.1
- 3: Create Security Group
- 4: Create Security Group Rule
- 5: Delete Address Group
- 5.1: 1.1
- 6: Delete Security Group
- 7: Delete Security Group Rule
- 8: List Address Group IPs
- 8.1: 1.1
- 9: List Address Groups
- 9.1: 1.1
- 10: List Security Group Rules
- 11: List Security Groups
- 12: Remove Address Group IPs
- 12.1: 1.1
- 13: Set Address Group
- 13.1: 1.1
- 14: Set Security Group
- 15: Show Address Group
- 15.1: 1.1
- 16: Show Security Group
- 17: Show Security Group Rule
1 - Add Address Group IPs
1.1 - 1.1
scp-cli security-group address-group-cidr add
--address_group_id <value>
--addresses <value>
Description
Address Group에 대상 주소를 추가한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| address_group_id required | string | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| addresses required | array | Address Group 대상 주소 목록 | 10.1.1.1/32 |
2 - Create Address Group
2.1 - 1.1
scp-cli security-group address-group create
--name <value>
[--addresses <value>]
[--description <value>]
[--tags <value>]
Description
Address Group을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Address Group 이름 | ExampleAG1 |
| addresses optional | array | Address Group 대상 주소 | 10.1.1.1/32 |
| description optional | string | Address Group 설명 | Example Description for Address Group |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|---|---|
| id | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| account_id | Account ID | 0e3dffc50eb247a1adf4f2e5c82c4f99 |
| address_count | Address Group 대상 주소 개수 | 10 |
| address_limit | Address Group 대상 주소 최대 개수 | 1000 |
| addresses | Address Group 대상 주소 | [‘10.1.1.1/32’, ‘10.1.2.0/24’, ‘10.1.3.0/24’] |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Example Description for Address Group |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Address Group 이름 | ExampleAG1 |
| state | Address Group 상태 | ACTIVE |
3 - Create Security Group
3.1 - 1.1
scp-cli security-group security-group create
--name <value>
[--description <value>]
[--loggable <value>]
[--tags <value>]
Description
Security Group을 생성한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Security Group 이름 | ExampleSG1 |
| description optional | string | Security Group 설명 | Example Description for Security Group |
| loggable optional | boolean | Security Group 로깅 여부 | False |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
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 |
3.2 - 1.0
scp-cli security-group security-group create
--name <value>
[--description <value>]
[--loggable <value>]
[--tags <value>]
Description
Security Group을 생성한다.
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20270131 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| name required | string | Security Group 이름 | ExampleSG1 |
| description optional | string | Security Group 설명 | Example Description for Security Group |
| loggable optional | boolean | Security Group 로깅 여부 | False |
| tags optional | array | 태그 목록 | '{"key": "", "value": ""}' |
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 |
4 - Create Security Group Rule
4.1 - 1.1
scp-cli security-group security-group-rule create
--security_group_id <value>
--direction <value>
[--description <value>]
[--ethertype <value>]
[--port_range_max <value>]
[--port_range_min <value>]
[--protocol <value>]
[--remote_address_group_id <value>]
[--remote_group_id <value>]
[--remote_ip_prefix <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 |
| direction required | string | Security Group Rule Direction (Ingress, Egress) | Ingress |
| description optional | string | Security Group Rule 설명 | Example Description for Security Group Rule |
| ethertype optional | string | Security Group Rule Ethertype (IPV4) | IPv4 |
| port_range_max optional | integer | Security Group Rule Maximum Port Number(None/1-65535). For ICMP and IP Protocol, None | 22 |
| port_range_min optional | integer | Security Group Rule Minimum Port Number(None, 1-65535). For ICMP, 0-255. For IP Protocol, None | 22 |
| protocol optional | string | Security Group Rule Protocol (None, TCP, UDP, ICMP, IP Protocol Number 1-254) | TCP |
| remote_address_group_id optional | string | Security Group Rule 주소 그룹 ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| remote_group_id optional | string | Security Group Rule 원격 그룹 ID | 06e5d676-f330-485a-94e9-47ac91cce09a |
| remote_ip_prefix optional | string | Security Group Rule IP 주소 | 1.1.1.1/32 |
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 |
4.2 - 1.0
scp-cli security-group security-group-rule create
--security_group_id <value>
--direction <value>
[--description <value>]
[--ethertype <value>]
[--port_range_max <value>]
[--port_range_min <value>]
[--protocol <value>]
[--remote_group_id <value>]
[--remote_ip_prefix <value>]
Description
Security Group rule을 생성한다.
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20270131 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_id required | string | Security Group ID | 06e5d676-f330-485a-94e9-47ac91cce09a |
| direction required | string | Security Group Rule Direction (Ingress, Egress) | Ingress |
| description optional | string | Security Group Rule 설명 | Example Description for Security Group Rule |
| ethertype optional | string | Security Group Rule Ethertype (IPV4) | IPv4 |
| port_range_max optional | integer | Security Group Rule Maximum Port Number(None/1-65535). For ICMP and IP Protocol, None | 22 |
| port_range_min optional | integer | Security Group Rule Minimum Port Number(None, 1-65535). For ICMP, 0-255. For IP Protocol, None | 22 |
| protocol optional | string | Security Group Rule Protocol (None, TCP, UDP, ICMP, IP Protocol Number 1-254) | TCP |
| remote_group_id optional | string | Security Group Rule 원격 그룹 ID | 06e5d676-f330-485a-94e9-47ac91cce09a |
| remote_ip_prefix optional | string | Security Group Rule IP 주소 | 1.1.1.1/32 |
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_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 |
5 - Delete Address Group
5.1 - 1.1
scp-cli security-group address-group delete
--address_group_id <value>
Description
Address Group을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| address_group_id required | string | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
6 - Delete Security Group
6.1 - 1.1
scp-cli security-group security-group delete
--security_group_id <value>
Description
Security Group을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_id required | string | Security Group ID | - |
6.2 - 1.0
scp-cli security-group security-group delete
--security_group_id <value>
Description
Security Group을 삭제한다.
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20270131 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_id required | string | Security Group ID | - |
7 - Delete Security Group Rule
7.1 - 1.1
scp-cli security-group security-group-rule delete
--security_group_rule_id <value>
Description
Security Group rule을 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_rule_id required | string | Security Group Rule ID | 10d8250e-f4eb-453a-96af-b50b5b514a1a |
7.2 - 1.0
scp-cli security-group security-group-rule delete
--security_group_rule_id <value>
Description
Security Group rule을 삭제한다.
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20270131 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_rule_id required | string | Security Group Rule ID | 10d8250e-f4eb-453a-96af-b50b5b514a1a |
8 - List Address Group IPs
8.1 - 1.1
scp-cli security-group address-group-cidr list
--address_group_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--address <value>]
Description
Address Group 대상 주소 목록을 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| address_group_id required | string | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| address optional | string | Address Group 대상 주소 | 10.1.1.1/32 |
Responses
| Name | Description | Example |
|---|---|---|
| addresses | Address Group 대상 주소 목록 | [‘10.1.1.1/32’, ‘10.1.2.0/24’, ‘10.1.3.0/24’] |
| count | 전체 개수 | 20 |
| links | links | [{‘href’: ‘http://scp.samsungsdscloud.com/v1/notices’, ‘rel’: ‘self’}] |
9 - List Address Groups
9.1 - 1.1
scp-cli security-group address-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
Description
Address 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 | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| name optional | string | Address Group 이름 | ExampleAG1 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| account_id | Account ID | 0e3dffc50eb247a1adf4f2e5c82c4f99 |
| address_count | Address Group 대상 주소 개수 | 10 |
| address_limit | Address Group 대상 주소 최대 개수 | 1000 |
| addresses | Address Group 대상 주소 | [‘10.1.1.1/32’, ‘10.1.2.0/24’, ‘10.1.3.0/24’] |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Example Description for Address Group |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Address Group 이름 | ExampleAG1 |
| state | Address Group 상태 | ACTIVE |
10 - List Security Group Rules
10.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 |
10.2 - 1.0
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 (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20270131 |
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_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 |
11 - List Security Groups
11.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 |
11.2 - 1.0
scp-cli security-group security-group list
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--name <value>]
Description
Security Group 목록을 조회한다.
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20270131 |
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 |
12 - Remove Address Group IPs
12.1 - 1.1
scp-cli security-group address-group-cidr remove
--address_group_id <value>
--addresses <value>
Description
Address Group에서 대상 주소를 삭제한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| address_group_id required | string | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| addresses required | array | Address Group 대상 주소 목록 | 10.1.1.1/32 |
13 - Set Address Group
13.1 - 1.1
scp-cli security-group address-group set
--address_group_id <value>
[--description <value>]
Description
Address Group을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| address_group_id required | string | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| description optional | string | Address Group 설명 | Example Description for Address Group |
14 - Set Security Group
14.1 - 1.1
scp-cli security-group security-group set
--security_group_id <value>
[--description <value>]
[--loggable <value>]
Description
Security Group을 수정한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_id required | string | Security Group ID | - |
| description optional | string | Security Group 설명 | Example Description for Security Group |
| loggable optional | boolean | Security Group 로깅 여부 | False |
14.2 - 1.0
scp-cli security-group security-group set
--security_group_id <value>
[--description <value>]
[--loggable <value>]
Description
Security Group을 수정한다.
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20270131 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_id required | string | Security Group ID | - |
| description optional | string | Security Group 설명 | Example Description for Security Group |
| loggable optional | boolean | Security Group 로깅 여부 | False |
15 - Show Address Group
15.1 - 1.1
scp-cli security-group address-group show
--address_group_id <value>
Description
Address Group을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| address_group_id required | string | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
Responses
| Name | Description | Example |
|---|---|---|
| id | Address Group ID | 4b18494930bf4c5dbb97a9eb2ef68fe1 |
| account_id | Account ID | 0e3dffc50eb247a1adf4f2e5c82c4f99 |
| address_count | Address Group 대상 주소 개수 | 10 |
| address_limit | Address Group 대상 주소 최대 개수 | 1000 |
| addresses | Address Group 대상 주소 | [‘10.1.1.1/32’, ‘10.1.2.0/24’, ‘10.1.3.0/24’] |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Example Description for Address Group |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| name | Address Group 이름 | ExampleAG1 |
| state | Address Group 상태 | ACTIVE |
16 - Show Security Group
16.1 - 1.1
scp-cli security-group security-group show
--security_group_id <value>
Description
Security Group 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_id required | string | Security Group ID | - |
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 |
16.2 - 1.0
scp-cli security-group security-group show
--security_group_id <value>
Description
Security Group 상세 조회한다.
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20270131 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_id required | string | Security Group ID | - |
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 |
17 - Show Security Group Rule
17.1 - 1.1
scp-cli security-group security-group-rule show
--security_group_rule_id <value>
[--fields <value>]
Description
Security Group rule을 상세 조회한다.
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.1 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_rule_id required | string | Security Group Rule ID | 10d8250e-f4eb-453a-96af-b50b5b514a1a |
| fields optional | array | 필드명 | - |
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 |
17.2 - 1.0
scp-cli security-group security-group-rule show
--security_group_rule_id <value>
[--fields <value>]
Description
Security Group rule을 상세 조회한다.
상태 ACTIVE (SUPPORTED)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | 20270131 |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| security_group_rule_id required | string | Security Group Rule ID | 10d8250e-f4eb-453a-96af-b50b5b514a1a |
| fields optional | array | 필드명 | - |
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_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 |