Skip to main content

FirewallResponse

statusboolean

Whether the request succeeded.

Example: true
messagestring

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: 7613
namestring

Name of the firewall.

Example: example-firewall
descriptionstring

Description of the firewall.

Example: example
environment object

Environment the firewall is deployed in.

idinteger

Unique numeric identifier for the environment.

Example: 2058
namestring

Name of the environment.

Example: example-environment
regionstring

Region the environment is in: CANADA-1, NORWAY-1, or US-1.

Example: NORWAY-1
statusstring

Current status of the firewall.

Example: CREATING
created_atstring<date-time>

ISO 8601 UTC timestamp marking when the firewall was created.

Example: 2026-05-06T15:18:42Z
FirewallResponse
{
"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"
}
}