v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
Firewall

Update firewall rules

Updates firewall rules. Providing an already existing CIDR will overwrite the current rule. If provided CIDR does not yet exist, it is added upon the other rules. To delete a specific rule, provide the CIDR with empty services and ports.

Note: This action is asynchronous. The request will return immediately, the process to configure the firewall runs in the background.

patch/security/firewall

Request body

ipstring required

A CIDR for which to open the ports for

servicesstring[]

Which services to open up for in the firewall

portsinteger[]

Which ports to open in the firewall

Response

Firewall rules update initiated