Retrieves detailed information about a specific firewall rule using its ID and firewall group ID.
The vultr-cli firewall rule get
command retrieves detailed information about a specific firewall rule by providing the firewall group ID and rule ID.
$ vultr-cli firewall rule get <Firewall Group ID> <Firewall Rule Number>
# Full example
$ vultr-cli firewall rule get 704ac064-4ff2-49ca-a6e6-88262cca8f8a f31ade4f-2308-4a58-82c6-2d1bae0837b3
# Shortened example with aliases
$ vultr-cli fw r get 704ac064-4ff2-49ca-a6e6-88262cca8f8a f31ade4f-2308-4a58-82c6-2d1bae0837b3
No comments yet.