Methods for interacting with the firewall endpoints
https://www.vultr.com/api/#tag/firewall
https://www.vultr.com/api/#tag/firewall
- Source:
Methods
createGroup()
Create a firewall group.
https://www.vultr.com/api/#operation/create-firewall-group
https://www.vultr.com/api/#operation/create-firewall-group
- Source:
createRules()
Create new rules in the specified firewall group.
https://www.vultr.com/api/#operation/post-firewalls-firewall-group-id-rules
https://www.vultr.com/api/#operation/post-firewalls-firewall-group-id-rules
- Source:
deleteGroup()
Delete the specified firewall group.
https://www.vultr.com/api/#operation/delete-firewall-group
https://www.vultr.com/api/#operation/delete-firewall-group
- Source:
deleteRule()
Delete the specified rule in the specified firewall group.
https://www.vultr.com/api/#operation/delete-firewall-group-rule
https://www.vultr.com/api/#operation/delete-firewall-group-rule
- Source:
getGroup()
Get info about the specified firewall group.
https://www.vultr.com/api/#operation/get-firewall-group
https://www.vultr.com/api/#operation/get-firewall-group
- Source:
getRule()
Get the specified rule from the specified firewall group.
https://www.vultr.com/api/#operation/get-firewall-group-rule
https://www.vultr.com/api/#operation/get-firewall-group-rule
- Source:
listGroups()
Get a list of all firewall groups.
https://www.vultr.com/api/#operation/list-firewall-groups
https://www.vultr.com/api/#operation/list-firewall-groups
- Source:
listRules()
List all rules for the specified firewall group.
https://www.vultr.com/api/#operation/list-firewall-group-rules
https://www.vultr.com/api/#operation/list-firewall-group-rules
- Source:
updateGroup()
Update the specified firewall group with a new description.
https://www.vultr.com/api/#operation/update-firewall-group
https://www.vultr.com/api/#operation/update-firewall-group
- Source: