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