Cloud infrastructure/devops
meshery.local
Meshery API. sandbox and mock API
the purpose of this application is to provide an application that is using plain go code to define an API This should demonstrate all the possible comment annotations that are available to turn go code into a fully compliant swagger 2.0 spec Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 75
- Collections
- -
- Event types
- -
example request
curl https://your-meshery-local.slurry.io/api/application/ \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 0.4.27.
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 75.
- GET/api/application/
- POST/api/application/
- POST/api/application/deploy
- DELETE/api/application/deploy
- GET/api/application/{id}
- DELETE/api/application/{id}
- GET/api/filter
- POST/api/filter
- GET/api/filter/file/{id}
- GET/api/filter/{id}
- DELETE/api/filter/{id}
- GET/api/oam/{type}