AddSecurityRuleBySecurityGroup.
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
VCS-sg-4022 Add a security rule to a security group
Path Parameters
- security_group_id string required
Security Group ID
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
- application/json
Request Body required
- direction string
Possible values: [
egress
,ingress
] - project integer
- port_range_max integer
Possible values:
>= 1
and<= 65535
- port_range_min integer
Possible values:
>= 1
and<= 65535
- protocol string
Possible values: [
tcp
,udp
,udplite
,sctp
,icmp
,dccp
] - remote_ip_prefix string
Responses
- 201
Created
Loading...