Cloud infrastructure/devops
launchdarkly.com
LaunchDarkly REST sandbox and mock API
Build custom integrations with the LaunchDarkly REST API Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 105
- Collections
- -
- Event types
- -
example request
curl https://your-launchdarkly.slurry.io/api/v2/ \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 5.3.0.
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 105.
- GET/
- GET/account/relay-auto-configs
- POST/account/relay-auto-configs
- GET/account/relay-auto-configs/{id}
- PATCH/account/relay-auto-configs/{id}
- DELETE/account/relay-auto-configs/{id}
- POST/account/relay-auto-configs/{id}/reset
- GET/auditlog
- GET/auditlog/{resourceId}
- GET/destinations
- POST/destinations/{projectKey}/{environmentKey}
- GET/destinations/{projectKey}/{environmentKey}/{destinationId}