GetFirewallRuleDetail
VCS-wall-0048 Get firewall rules list. Only tenant admin can use
Path Parameters
- firewall_rule_id integer required
firewall rule 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 int64
- ip_version int64
- name string
- project int64
- platform string
- protocol string
- action string
- destination_ip_address string
- destination_port string
- source_ip_address string
- source_port string
- create_time date-time
[
{
"id": 0,
"ip_version": 0,
"name": "string",
"project": 0,
"platform": "string",
"protocol": "string",
"action": "string",
"destination_ip_address": "string",
"destination_port": "string",
"source_ip_address": "string",
"source_port": "string",
"create_time": "2024-08-19"
}
]
Loading...