이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
- 1: AddressGroup
- 2: AddressGroupCidrListResponse
- 3: AddressGroupCidrsAddRequest
- 4: AddressGroupCreateRequest
- 5: AddressGroupListResponse
- 6: AddressGroupSetRequest
- 7: AddressGroupShowResponse
- 8: SecurityGroup
- 9: SecurityGroupCreateRequest
- 10: SecurityGroupListResponse
- 11: SecurityGroupRule
- 12: SecurityGroupRuleCreateRequest
- 13: SecurityGroupRuleCreateRequestV1Dot1
- 14: SecurityGroupRuleListResponse
- 15: SecurityGroupRuleListResponseV1Dot1
- 16: SecurityGroupRuleShowResponse
- 17: SecurityGroupRuleShowResponseV1Dot1
- 18: SecurityGroupRuleV1Dot1
- 19: SecurityGroupSetRequest
- 20: SecurityGroupShowResponse
- 21: Tag
1 - AddressGroup
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : 0e3dffc50eb247a1adf4f2e5c82c4f99 | string | |
| address_count optional | Address Group 대상 주소 개수 Example : 10 | integer | |
| address_limit required | Address Group 대상 주소 최대 개수 Example : 1000 | integer | |
| addresses required | Address Group 대상 주소 Example : ['10.1.1.1/32', '10.1.2.0/24', '10.1.3.0/24'] | array[string] | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | 설명 Example : Example Description for Address Group | any of [string, null] | |
| id required | Address Group ID Example : 4b18494930bf4c5dbb97a9eb2ef68fe1 | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Address Group 이름 Example : ExampleAG1 | string | |
| state required | Address Group 상태 Example : ACTIVE | string |
2 - AddressGroupCidrListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| addresses required | Address Group 대상 주소 목록 Example : ['10.1.1.1/32', '10.1.2.0/24', '10.1.3.0/24'] | array[string] | |
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] |
3 - AddressGroupCidrsAddRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| addresses required | Address Group 대상 주소 목록 Example : ['10.1.1.1/32', '10.1.2.0/24', '10.1.3.0/24'] | array[string] |
4 - AddressGroupCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| addresses optional | Address Group 대상 주소 Example : ['10.1.1.1/32', '10.1.2.0/24', '10.1.3.0/24'] | any of [array[string], null] | |
| description optional | Address Group 설명 Example : Example Description for Address Group | any of [string, null] | |
| name required | Address Group 이름 Example : ExampleAG1 | string | |
| tags optional | 태그 목록 | array[Tag] |
5 - AddressGroupListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| address_groups required | array[AddressGroup] | ||
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] |
6 - AddressGroupSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Address Group 설명 Example : Example Description for Address Group | any of [string, null] |
7 - AddressGroupShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| address_group required | AddressGroup |
8 - SecurityGroup
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Security Group Account ID Example : 0e3dffc50eb247a1adf4f2e5c82c4f99 | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Security Group 설명 Example : Example Description for Security Group | any of [string, null] | |
| id required | Security Group ID Example : 06e5d676-f330-485a-94e9-47ac91cce09a | string | |
| loggable required | Security Group 로깅 여부 Example : False | boolean | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Security Group 이름 Example : ExampleSG1 | string | |
| rule_count optional | Security Group Rule 수 Example : 200 | integer | |
| state required | Security Group 상태 Example : ACTIVE | string |
9 - SecurityGroupCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Security Group 설명 Example : Example Description for Security Group | any of [string, null] | |
| loggable optional | Security Group 로깅 여부 Example : False | any of [boolean, null] | |
| name required | Security Group 이름 Example : ExampleSG1Maximum length : 255 | string | |
| tags optional | 태그 목록 | array[Tag] |
10 - SecurityGroupListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| security_groups required | array[SecurityGroup] |
11 - SecurityGroupRule
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Security Group Rule 설명 Example : Example Description for Security Group Rule | any of [string, null] | |
| direction required | Security Group Rule 방향 (Ingress, Egress) Example : Ingress | enum (ingress, egress) | |
| ethertype optional | Security Group Rule Ethertype (IPV4) Example : IPv4 | any of [string, null] | IPv4 |
| id required | Security Group Rule ID Example : 10d8250e-f4eb-453a-96af-b50b5b514a1a | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| port_range_max required | Security Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None Example : 22 | any of [integer, null] | |
| port_range_min required | Security Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None Example : 22 | any of [integer, null] | |
| protocol required | Security Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254) Example : TCP | any of [string, null] | |
| remote_group_id required | Security Group Rule 원격 그룹 ID Example : 06e5d676-f330-485a-94e9-47ac91cce09a | any of [string, null] | |
| remote_group_name optional | Security Group Rule 원격 그룹 이름 Example : ExampleSG2 | any of [string, null] | |
| remote_ip_prefix required | Security Group Rule IP 주소 Example : 1.1.1.1/32 | any of [string, null] | |
| security_group_id required | Security Group ID Example : 06e5d676-f330-485a-94e9-47ac91cce09a | string |
12 - SecurityGroupRuleCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Security Group Rule 설명 Example : Example Description for Security Group Rule | any of [string, null] | |
| direction required | Security Group Rule 방향 (Ingress, Egress) Example : Ingress | string | |
| ethertype optional | Security Group Rule Ethertype (IPV4) Example : IPv4 | any of [string, null] | IPv4 |
| port_range_max optional | Security Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None Example : 22 | any of [integer, null] | |
| port_range_min optional | Security Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None Example : 22 | any of [integer, null] | |
| protocol optional | Security Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254) Example : TCP | any of [string, null] | |
| remote_group_id optional | Security Group Rule 원격 그룹 ID Example : 06e5d676-f330-485a-94e9-47ac91cce09a | any of [string, null] | |
| remote_ip_prefix optional | Security Group Rule IP 주소 Example : 1.1.1.1/32 | any of [string, null] | |
| security_group_id required | Security Group ID Example : 06e5d676-f330-485a-94e9-47ac91cce09a | string |
13 - SecurityGroupRuleCreateRequestV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Security Group Rule 설명 Example : Example Description for Security Group Rule | any of [string, null] | |
| direction required | Security Group Rule 방향 (Ingress, Egress) Example : Ingress | string | |
| ethertype optional | Security Group Rule Ethertype (IPV4) Example : IPv4 | any of [string, null] | IPv4 |
| port_range_max optional | Security Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None Example : 22 | any of [integer, null] | |
| port_range_min optional | Security Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None Example : 22 | any of [integer, null] | |
| protocol optional | Security Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254) Example : TCP | any of [string, null] | |
| remote_address_group_id optional | Security Group Rule 주소 그룹 ID Example : 4b18494930bf4c5dbb97a9eb2ef68fe1 | any of [string, null] | |
| remote_group_id optional | Security Group Rule 원격 그룹 ID Example : 06e5d676-f330-485a-94e9-47ac91cce09a | any of [string, null] | |
| remote_ip_prefix optional | Security Group Rule IP 주소 Example : 1.1.1.1/32 | any of [string, null] | |
| security_group_id required | Security Group ID Example : 06e5d676-f330-485a-94e9-47ac91cce09a | string |
14 - SecurityGroupRuleListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| security_group_rules required | array[SecurityGroupRule] |
15 - SecurityGroupRuleListResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | 전체 개수 Example : 20 | any of [integer, null] | |
| links optional | links Example : [{'href': 'http://scp.samsungsdscloud.com/v1/notices', 'rel': 'self'}] | any of [array[object], null] | |
| security_group_rules required | array[SecurityGroupRuleV1Dot1] |
16 - SecurityGroupRuleShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| security_group_rule required | SecurityGroupRule |
17 - SecurityGroupRuleShowResponseV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| security_group_rule required | SecurityGroupRuleV1Dot1 |
18 - SecurityGroupRuleV1Dot1
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Security Group Rule 설명 Example : Example Description for Security Group Rule | any of [string, null] | |
| direction required | Security Group Rule 방향 (Ingress, Egress) Example : Ingress | enum (ingress, egress) | |
| ethertype optional | Security Group Rule Ethertype (IPV4) Example : IPv4 | any of [string, null] | IPv4 |
| id required | Security Group Rule ID Example : 10d8250e-f4eb-453a-96af-b50b5b514a1a | string | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| port_range_max required | Security Group Rule 포트 범위 최대값(None/1-65535). For ICMP and IP Protocol, None Example : 22 | any of [integer, null] | |
| port_range_min required | Security Group Rule 포트 범위 최소값(None, 1-65535). For ICMP, 0-255. For IP Protocol, None Example : 22 | any of [integer, null] | |
| protocol required | Security Group Rule 프로토콜 (None, TCP, UDP, ICMP, IP Protocol Number 1-254) Example : TCP | any of [string, null] | |
| remote_address_group_id required | Address Group ID Example : 4b18494930bf4c5dbb97a9eb2ef68fe1 | any of [string, null] | |
| remote_address_group_name required | Address Group 이름 Example : ExampleAG1 | any of [string, null] | |
| remote_group_id required | Security Group Rule 원격 그룹 ID Example : 06e5d676-f330-485a-94e9-47ac91cce09a | any of [string, null] | |
| remote_group_name optional | Security Group Rule 원격 그룹 이름 Example : ExampleSG2 | any of [string, null] | |
| remote_ip_prefix required | Security Group Rule IP 주소 Example : 1.1.1.1/32 | any of [string, null] | |
| security_group_id required | Security Group ID Example : 06e5d676-f330-485a-94e9-47ac91cce09a | string |
19 - SecurityGroupSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Security Group 설명 Example : Example Description for Security Group | any of [string, null] | |
| loggable optional | Security Group 로깅 여부 Example : False | any of [boolean, null] |
20 - SecurityGroupShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| security_group required | SecurityGroup |
21 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | tag key Example : | string | |
| value required | tag value Example : | string |