Skip to content
Other

cdcgov.local:prime-data-hub

Prime ReportStream sandbox and mock API

A router of public health data from multiple senders and receivers Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
13
Collections
-
Event types
-
example request
curl https://your-cdcgov-local-prime-data-hub.slurry.io/settings/organizations \
  -H "Authorization: Bearer slurry_sim_..."

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

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 13.

  • POST/reports
  • GET/settings/organizations
  • GET/settings/organizations/{organizationName}
  • PUT/settings/organizations/{organizationName}
  • DELETE/settings/organizations/{organizationName}
  • GET/settings/organizations/{organizationName}/receivers
  • GET/settings/organizations/{organizationName}/receivers/{receiverName}
  • PUT/settings/organizations/{organizationName}/receivers/{receiverName}
  • DELETE/settings/organizations/{organizationName}/receivers/{receiverName}
  • GET/settings/organizations/{organizationName}/senders
  • GET/settings/organizations/{organizationName}/senders/{senderName}
  • PUT/settings/organizations/{organizationName}/senders/{senderName}