Skip to content
Energy & utilities

gambitcomm.local:mimic

MIMIC REST sandbox and mock API

This is the API for MIMIC client to connect to MIMIC daemon. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
356
Collections
-
Event types
-
example request
curl https://your-gambitcomm-local-mimic.slurry.io/mimic/access/get/acldb \
  -H "Authorization: Bearer slurry_sim_..."

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

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

  • POST/mimic/access/add/{user}/{agents}/{mask}
  • DELETE/mimic/access/del/{user}
  • GET/mimic/access/get/acldb
  • GET/mimic/access/get/admindir
  • GET/mimic/access/get/adminuser
  • GET/mimic/access/get/enabled
  • GET/mimic/access/list
  • PUT/mimic/access/load/{filename}
  • PUT/mimic/access/save/{filename}
  • PUT/mimic/access/set/acldb/{databaseName}
  • PUT/mimic/access/set/enabled/{enabledOrNot}
  • POST/mimic/agent/{agentNum}/add/{IP}
MIMIC REST sandbox and mock API | Slurry