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