FirewallResponse
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Firewall is scheduled for creation.firewall object
Firewall returned by the request.
idinteger
Unique numeric identifier for the firewall.
Example:
7613namestring
Name of the firewall.
Example:
example-firewalldescriptionstring
Description of the firewall.
Example:
exampleenvironment object
Environment the firewall is deployed in.
idinteger
Unique numeric identifier for the environment.
Example:
2058namestring
Name of the environment.
Example:
example-environmentstatusstring
Current status of the firewall.
Example:
CREATINGcreated_atstring<date-time>
ISO 8601 UTC timestamp marking when the firewall was created.
Example:
2026-05-06T15:18:42ZFirewallResponse
{
"status": true,
"message": "Firewall is scheduled for creation.",
"firewall": {
"id": 7613,
"name": "example-firewall",
"description": "example",
"environment": {
"id": 2058,
"name": "example-environment",
"region": "NORWAY-1"
},
"status": "CREATING",
"created_at": "2026-05-06T15:18:42Z"
}
}
Was this page helpful?