CreateFirewall
VCS-wall-1016 Create a firewall. 'Rules' is an optional parameter to define filrewall rules list for this firewall, and 'associate_networks' is another optional parameter to define which private networks list associate to this firewall. Only tenant admin can use
Header Parameters
- x-api-host string required
Default value:
openstack-taichung-default-2
Authentication Required Parameters
- application/json
Request Body required
Post
- name string
- project int32
- rules int32[]
- associate_networks int32[]
- desc string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int64
user object
id stringdisplay_name stringusername stringemail string- name string
- project int64
- status string
- platform string
- desc string
{
"id": 0,
"user": {
"id": "string",
"display_name": "string",
"username": "string",
"email": "string"
},
"name": "string",
"project": 0,
"status": "string",
"platform": "string",
"desc": "string"
}
Loading...