ubicloud/spec/routes/api/cli/fw
Jeremy Evans 32b37873f8 Support adding a firewall rule using private subnet name or id instead of cidr in the API/SDK/CLI
When adding using private subnet name or id, this creates 2 rules, one
for IPv4 and one for IPv6. This changes the response to include multiple
rules if a private subnet name or id is given. Since it wasn't possible
to use a private subnet name or id before, this is in general backwards
compatible. However, code that passed values through without checking
them (such as the CLI) needs adjustment. I think the amount of backwards
compatibility breakage here is acceptable.
2025-11-05 02:08:52 +09:00
..
add-rule_spec.rb Support adding a firewall rule using private subnet name or id instead of cidr in the API/SDK/CLI 2025-11-05 02:08:52 +09:00
attach-subnet_spec.rb Allow fw attach-subnet cli to accept ps-name for ps-id 2025-08-27 04:12:30 +09:00
create_spec.rb Ensure cli response bodies end with newline 2025-02-21 09:32:10 -08:00
delete-rule_spec.rb Improve error output for invalid CLI option arguments 2025-07-02 05:02:05 +09:00
destroy_spec.rb Ensure cli response bodies end with newline 2025-02-21 09:32:10 -08:00
detach-subnet_spec.rb Allow fw detach-subnet cli to accept ps-name for ps-id 2025-08-27 04:12:30 +09:00
modify-rule_spec.rb Support modifying firewall rules in web UI and API/SDK/CLI 2025-10-29 04:32:41 +09:00
rename_spec.rb Add support for renaming objects to api/sdk/cli 2025-08-26 02:54:13 +09:00