Cloud infrastructure/devops
rumble.run
Rumble API (deprecated) sandbox and mock API
<p><b><i>Rumble Network Discovery is now runZero. <a href="https://www.runzero.com/blog/introducing-runzero/">Read the announcement</a></i></b>.</p> <p>This API is frozen and no longer being updated as of version 2.15.0.</p> <p>See our latest API documentation at <a href="https://app.swaggerhub.com/apis-docs/runZero/runZero">swaggerhub.com/apis-docs/runZero/runZero</a>.</p> Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 116
- Collections
- -
- Event types
- -
example request
curl https://your-rumble-run.slurry.io/api/v1.0/account/agents \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.15.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 116.
- GET/account/agents
- GET/account/credentials
- PUT/account/credentials
- GET/account/credentials/{credential_id}
- DELETE/account/credentials/{credential_id}
- GET/account/events.json
- GET/account/events.jsonl
- GET/account/groups
- POST/account/groups
- PUT/account/groups
- GET/account/groups/{group_id}
- DELETE/account/groups/{group_id}