Skip to content
Cloud infrastructure/devops

powerdns.local

PowerDNS Authoritative HTTP sandbox and mock API

A hosted, stateful simulation shaped like the PowerDNS Authoritative HTTP API. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
32
Collections
-
Event types
-
example request
curl https://your-powerdns-local.slurry.io/api/v1/servers \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 0.0.13.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 32.

  • GET/servers
  • GET/servers/{server_id}
  • PUT/servers/{server_id}/cache/flush
  • GET/servers/{server_id}/config
  • GET/servers/{server_id}/config/{config_setting_name}
  • GET/servers/{server_id}/search-data
  • GET/servers/{server_id}/statistics
  • GET/servers/{server_id}/tsigkeys
  • POST/servers/{server_id}/tsigkeys
  • GET/servers/{server_id}/tsigkeys/{tsigkey_id}
  • PUT/servers/{server_id}/tsigkeys/{tsigkey_id}
  • DELETE/servers/{server_id}/tsigkeys/{tsigkey_id}