action digitalocean_firewalls_list { label: "List All Firewalls" description: "To list all of the firewalls available on your account, send a GET request to `/v2/firewalls`." provider: digitalocean method: GET path: "/v2/firewalls" encoding: json input: { type: "object" properties: { page: { type: "integer" } per_page: { type: "integer" } } additionalProperties: false } output: { type: "object" } }