ListFirewallRules
VCS-wall-0047 Get firewall rules list. Only tenant admin can use
Query Parameters
- project integer required
Project ID is required to request
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
[
{
"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"
}
]
Loading...