1 - SecurityGroup

NameDescriptionSchemaDefault
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

NameDescriptionSchemaDefault
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

NameDescriptionSchemaDefault
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

NameDescriptionSchemaDefault
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

NameDescriptionSchemaDefault
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

NameDescriptionSchemaDefault
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

NameDescriptionSchemaDefault
security_group_rule
required

SecurityGroupRule

8 - SecurityGroupSetRequest

NameDescriptionSchemaDefault
description
optional
Security Group 설명
Example :
any of [string, null]
loggable
optional
Security Group 로깅 여부
Example :
any of [boolean, null]

9 - SecurityGroupShowResponse

NameDescriptionSchemaDefault
security_group
required

SecurityGroup

10 - Tag

NameDescriptionSchemaDefault
key
required
tag key
Example :
string
value
required
tag value
Example :
string