SecurityGroupRuleFields
idinteger
Unique numeric identifier for the firewall rule.
Example:
7613directionstring
Direction of traffic the rule applies to, ingress or egress.
Example:
egressprotocolstring
Protocol, one of tcp, udp, icmp, or any.
Example:
anyport_range_mininteger
Lower bound (inclusive) of the port range the rule applies to.
Example:
1port_range_maxinteger
Upper bound (inclusive) of the port range the rule applies to.
Example:
65535ethertypestring
Internet Protocol version, IPv4 or IPv6.
Example:
IPv4remote_ip_prefixstring
CIDR block the rule applies to.
Example:
0.0.0.0/0statusstring
Status of the firewall rule.
Example:
SUCCESScreated_atstring<date-time>
ISO 8601 UTC timestamp marking when the firewall rule was created.
Example:
2026-05-06T15:18:42ZSecurityGroupRuleFields
{
"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"
}
Was this page helpful?