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