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