Skip to main content

CreateFirewallPayload

environment_idintegerrequired

ID of the environment within which the firewall is created.

namestringrequired

Name of the firewall. Maximum length: 50 characters.

descriptionstring

Optional description of the firewall.

CreateFirewallPayload
{
"environment_id": 0,
"name": "string",
"description": "string"
}