Skip to main content

Firewall_Rule

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: Firewall Rule created successfully
firewall_rule object

Firewall rule returned by the request.

idinteger

Unique numeric identifier for the firewall rule.

Example: 7613
directionstring

Direction of traffic the rule applies to, ingress or egress.

Example: egress
protocolstring

Protocol, one of tcp, udp, icmp, or any.

Example: any
port_range_mininteger

Lower bound (inclusive) of the port range the rule applies to.

Example: 1
port_range_maxinteger

Upper bound (inclusive) of the port range the rule applies to.

Example: 65535
ethertypestring

Internet Protocol version, IPv4 or IPv6.

Example: IPv4
remote_ip_prefixstring

CIDR block the rule applies to.

Example: 0.0.0.0/0
statusstring

Status of the firewall rule.

Example: SUCCESS
created_atstring<date-time>

ISO 8601 UTC timestamp marking when the firewall rule was created.

Example: 2026-05-06T15:18:42Z
Firewall_Rule
{
"status": true,
"message": "Firewall Rule created successfully",
"firewall_rule": {
"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"
}
}