action powerdns_get_stats { label: "Query statistics." description: "Query PowerDNS internal statistics." provider: powerdns method: GET path: "/servers/{server_id}/statistics" encoding: json input: { type: "object" properties: { includerings: { type: "string" } server_id: { type: "string" } statistic: { type: "string" } } required: ["server_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }