Firewall Rule
Create a new firewall rule
POST
/
project
/
{project_id}
/
firewall
/
{firewall_id}
/
firewall-rule
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
project_id
string
requiredID of the project
firewall_id
string
requiredID of the firewall
Body
application/json
cidr
string
requiredCIDR 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