action powerdns_cache_flush_by_name { label: "Flush a cache-entry by name" provider: powerdns method: PUT path: "/servers/{server_id}/cache/flush" encoding: json input: { type: "object" properties: { domain: { type: "string" } server_id: { type: "string" } } required: ["domain", "server_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }