이 섹션의 다중 페이지 출력 화면임. 여기를 클릭하여 프린트.
Models
1 - SecurityGroup
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Security Group Account ID Example : | string | |
| created_at required | 생성 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | 생성자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Security Group 설명 Example : | any of [string, null] | |
| id required | Security Group ID Example : | string | |
| loggable required | Security Group 로깅 여부 Example : | boolean | |
| modified_at required | 수정 시간 Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | 수정자 Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Security Group 이름 Example : | string | |
| rule_count optional | Security Group Rule 수 Example : 0 | integer | |
| state required | Security Group 상태 Example : | string |
2 - SecurityGroupCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Security Group 설명 Example : | any of [string, null] | |
| loggable optional | Security Group 로깅 여부 Example : False | any of [boolean, null] | |
| name required | Security Group 이름 Example : Maximum length : 255 | string | |
| tags optional | 태그 목록 | array[Tag] |
3 - 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] |
4 - 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 : | any of [string, null] | |
| direction required | Security Group Rule 방향 (Ingress, Egress) Example : ingress | enum (ingress, egress) | |
| ethertype optional | Security Group Rule Ethertype (IPV4, IPV6) Example : IPv4 | any of [string, null] | IPv4 |
| id required | Security Group Rule ID Example : | 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 포트 범위 최대값 Example : | any of [integer, null] | |
| port_range_min required | Security Group Rule 포트 범위 최소값 Example : | any of [integer, null] | |
| protocol required | Security Group Rule 프로토콜 Example : | any of [string, null] | |
| remote_group_id required | Security Group Rule 원격 그룹 ID Example : | any of [string, null] | |
| remote_group_name optional | Security Group Rule 원격 그룹 이름 Example : | any of [string, null] | |
| remote_ip_prefix required | Security Group Rule IP 주소 Example : | any of [string, null] | |
| security_group_id required | Security Group ID Example : | string |
5 - SecurityGroupRuleCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Security Group Rule 설명 Example : | any of [string, null] | |
| direction required | Security Group Rule 방향 (Ingress, Egress) Example : | string | |
| ethertype optional | Security Group Rule Ethertype (IPV4, IPV6) Example : IPv4 | any of [string, null] | IPv4 |
| port_range_max optional | Security Group Rule 포트 범위 최대값 Example : | any of [integer, null] | |
| port_range_min optional | Security Group Rule 포트 범위 최소값 Example : | any of [integer, null] | |
| protocol optional | Security Group Rule 프로토콜 Example : | any of [string, null] | |
| remote_group_id optional | Security Group Rule 원격 그룹 ID Example : | any of [string, null] | |
| remote_ip_prefix optional | Security Group Rule IP 주소 Example : | any of [string, null] | |
| security_group_id required | Security Group ID Example : | string |
6 - 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] |
7 - SecurityGroupRuleShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| security_group_rule required | SecurityGroupRule |
8 - SecurityGroupSetRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Security Group 설명 Example : | any of [string, null] | |
| loggable optional | Security Group 로깅 여부 Example : | any of [boolean, null] |
9 - SecurityGroupShowResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| security_group required | SecurityGroup |
10 - Tag
| Name | Description | Schema | Default |
|---|---|---|---|
| key required | tag key Example : | string | |
| value required | tag value Example : | string |