VPS_updateFirewallRuleV1
Update specific firewall rules to modify protocols, ports, or sources. Ensure virtual machines sync manually post-update for consistent security configurations.
Instructions
This endpoint updates a specific firewall rule from a specified firewall.
Any virtual machine that has this firewall activated will loose sync with the firewall and will have to be synced again manually.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
firewallId | Yes | Firewall ID | |
port | Yes | Port or port range, ex: 1024:2048 | |
protocol | Yes | protocol property | |
ruleId | Yes | Firewall Rule ID | |
source | Yes | source property | |
source_detail | Yes | IP range, CIDR, single IP or `any` |