Cloud infrastructure/devops
elmah.io
elmah.io sandbox and mock API
This is the public REST API for elmah.io. All of the integrations communicates with elmah.io through this API.<br/><br/>For additional help getting started with the API, visit the following help articles:<br/><ul><li>[Using the REST API](https://docs.elmah.io/using-the-rest-api/)</li><li>[Where is my API key?](https://docs.elmah.io/where-is-my-api-key/)</li><li>[Where is my log ID?](https://docs.e Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 22
- Collections
- -
- Event types
- -
example request
curl https://your-elmah.slurry.io/v3/deployments \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version v3.
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 22.
- GET/v3/deployments
- POST/v3/deployments
- GET/v3/deployments/{id}
- DELETE/v3/deployments/{id}
- POST/v3/heartbeats/{logId}/{id}
- GET/v3/logs
- POST/v3/logs
- GET/v3/logs/{id}
- GET/v3/logs/{id}/_diagnose
- POST/v3/logs/{id}/_disable
- POST/v3/logs/{id}/_enable
- GET/v3/messages/{logId}