POST
/
project
/
{project_id}
/
firewall
/
{firewall_id}
/
firewall-rule

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

ID of the project

firewall_id
string
required

ID of the firewall

Body

application/json
cidr
string
required

CIDR of the firewall rule

firewall_id
string
port_range
string

Port range of the firewall rule

project_id
string

Response

200 - application/json
cidr
string

CIDR of the firewall rule

id
string

ID of the firewall rule

port_range
string

Port range of the firewall rule