Adds a firewall rule to a security group. If the group is already deployed to Proxmox, the rule will be synced automatically.
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Security group ID
inbound, outbound "inbound"
ACCEPT, REJECT, DROP "ACCEPT"
Protocol (e.g., tcp, udp, icmp)
20"tcp"
Source IP/CIDR
"0.0.0.0/0"
Destination IP/CIDR
Source port or range
50Destination port or range (e.g., 80, 8000:9000, 80,443)
50"443"
Optional description
"Allow HTTPS"
Rule priority (lower = higher priority). Defaults to 0.
x >= 00
Firewall rule created