ListSecurityRulesByServer
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
VCS-sg-0086 List security rules of a server/loadbalancer/site
Query Parameters
- project integer required
Project ID is required to request
- server integer
server ID,choose at least one with loadbalancer ID
- loadbalancer integer
loadbalancer ID,choose at least one with server ID
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema array
- id string
- name string
- platform string
security_group_rules object[]
direction stringPossible values: [
egress
,ingress
]ethertype stringid stringport_range_max integerPossible values:
>= 1
and<= 65535
port_range_min integerPossible values:
>= 1
and<= 65535
protocol stringPossible values: [
tcp
,udp
,udplite
,sctp
,icmp
,dccp
]remote_ip_prefix string
[
{
"id": "string",
"name": "string",
"platform": "string",
"security_group_rules": [
{
"direction": "egress",
"ethertype": "string",
"id": "string",
"port_range_max": 0,
"port_range_min": 0,
"protocol": "tcp",
"remote_ip_prefix": "string"
}
]
}
]
Loading...