FirewallDetailFields
Unique numeric identifier for the firewall.
9876Name of the firewall.
example-firewallDescription of the firewall.
exampleenvironment object
Environment the firewall is deployed in.
Unique numeric identifier for the environment.
2058Name of the environment.
example-environmentCurrent status of the firewall.
SUCCESSISO 8601 UTC timestamp marking when the firewall was created.
2026-05-07T09:21:55Zrules object[]
Firewall rules, each entry defines a direction, protocol, and remote IP range.
Unique numeric identifier for the firewall rule.
7613Direction of traffic the rule applies to, ingress or egress.
egressProtocol, one of tcp, udp, icmp, or any.
anyLower bound (inclusive) of the port range the rule applies to.
1Upper bound (inclusive) of the port range the rule applies to.
65535Internet Protocol version, IPv4 or IPv6.
IPv4CIDR block the rule applies to.
0.0.0.0/0Status of the firewall rule.
SUCCESSISO 8601 UTC timestamp marking when the firewall rule was created.
2026-05-06T15:18:42Zattachments object[]
Virtual machines the firewall is attached to.
Unique numeric identifier for the firewall attachment.
Status of the firewall attachment.
vm object
Virtual machine the firewall is attached to.
Unique numeric identifier for the virtual machine.
Name of the virtual machine.
Flavor (hardware configuration) of the virtual machine.
Name of the environment the virtual machine is deployed in.
Current status of the virtual machine.
ISO 8601 UTC timestamp marking when the virtual machine was created.
ISO 8601 UTC timestamp marking when the firewall was attached to the virtual machine.
{
"id": 9876,
"name": "example-firewall",
"description": "example",
"environment": {
"id": 2058,
"name": "example-environment",
"region": "NORWAY-1"
},
"status": "SUCCESS",
"created_at": "2026-05-07T09:21:55Z",
"rules": [
{
"id": 7613,
"direction": "egress",
"protocol": "any",
"port_range_min": 1,
"port_range_max": 65535,
"ethertype": "IPv4",
"remote_ip_prefix": "0.0.0.0/0",
"status": "SUCCESS",
"created_at": "2026-05-06T15:18:42Z"
}
],
"attachments": [
{
"id": 0,
"status": "string",
"vm": {
"id": 0,
"name": "string",
"flavor": "string",
"environment": "string",
"status": "string",
"created_at": "2024-07-29T15:51:28.071Z"
},
"created_at": "2024-07-29T15:51:28.071Z"
}
]
}