Firewall
Create a new firewall
POST
/
project
/
{project_id}
/
firewall
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
Body
application/json
name
string
requiredName of the firewall
description
string
Description of the firewall
Response
200 - application/json
description
string
Description of the firewall
firewall_rules
object[]
List of firewall rules
id
string
ID of the firewall
name
string
Name of the firewall