Since version 1.4.0 there is a possibility to manage floating firewall rules.
But the meaning of floating rules is, that they can be related to multiple interfaces.
When you open a firewall rule edit page, you can see "multiselect" text area to pick multiple interfaces.

This is not possible to achieve with API.
Solution proposal:
- an interface string attribute in the request body can consume multiple values separated by "," delimiter (so we can set it up via existing attribute)
or
- Duplicating the /firewall_rules endpoint to firewall_floating_rules and handling the floating rules completely separate
Cheers,
Viktor
Since version 1.4.0 there is a possibility to manage floating firewall rules.

But the meaning of floating rules is, that they can be related to multiple interfaces.
When you open a firewall rule edit page, you can see "multiselect" text area to pick multiple interfaces.
This is not possible to achieve with API.
Solution proposal:
or
Cheers,
Viktor