Lists all configured firewall rules for a specified group, displaying protocols, ports, and network access permissions.
The vultr-cli firewall rule list
command displays all configured rules for a specified firewall group, showing their protocols, ports, and network access permissions.
$ vultr-cli firewall rule list <Firewall Group ID> [flags]
# Full example
$ vultr-cli firewall rule list 704ac064-4ff2-49ca-a6e6-88262cca8f8a
# Shortened example with aliases
$ vultr-cli fw r l 704ac064-4ff2-49ca-a6e6-88262cca8f8a
Shorthand | Long Version | Description |
---|---|---|
-c | --cursor | (optional) Cursor for paging. |
-p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |
No comments yet.