Skip to main content

Security_Rules_Fields_for_Instance

idinteger

Unique numeric identifier for the firewall rule.

Example: 1129
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
Security_Rules_Fields_for_Instance
{
"id": 1129,
"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"
}