This is the multi-page printable view of this section. Click here to print.
Models
1 - SecurityGroup
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Security Group Account ID Example : | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Security Group Description Example : | any of [string, null] | |
| id required | Security Group ID Example : | string | |
| loggable required | Security Group Loggable Example : | boolean | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Security Group Name Example : | string | |
| rule_count optional | Security Group Rule Count Example : 0 | integer | |
| state required | Security Group State Example : | string |
2 - SecurityGroupCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Security Group Description Example : | any of [string, null] | |
| loggable optional | Security Group Loggable Example : False | any of [boolean, null] | |
| name required | Security Group Name Example : Maximum length : 255 | string | |
| tags optional | Tag List | array[Tag] |
3 - SecurityGroupListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | total count 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 | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Security Group Rule Description Example : | any of [string, null] | |
| direction required | Security Group Rule Direction (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 | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| port_range_max required | Security Group Rule Port Range Max Example : | any of [integer, null] | |
| port_range_min required | Security Group Rule Port Range Min Example : | any of [integer, null] | |
| protocol required | Security Group Rule Protocol Example : | any of [string, null] | |
| remote_group_id required | Security Group Rule Remote Group ID Example : | any of [string, null] | |
| remote_group_name optional | Security Group Rule Remote Group Name Example : | any of [string, null] | |
| remote_ip_prefix required | Security Group Rule Remote IP Address 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 Description Example : | any of [string, null] | |
| direction required | Security Group Rule Direction (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 Port Range Max Example : | any of [integer, null] | |
| port_range_min optional | Security Group Rule Port Range Min Example : | any of [integer, null] | |
| protocol optional | Security Group Rule Protocol Example : | any of [string, null] | |
| remote_group_id optional | Security Group Rule Remote Group ID Example : | any of [string, null] | |
| remote_ip_prefix optional | Security Group Rule Remote IP Address Example : | any of [string, null] | |
| security_group_id required | Security Group ID Example : | string |
6 - SecurityGroupRuleListResponse
| Name | Description | Schema | Default |
|---|---|---|---|
| count optional | total count 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 Description Example : | any of [string, null] | |
| loggable optional | Security Group Loggable 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 |