Skip to content
Energy & utilities

opto22.com:groov

groov View Public sandbox and mock API

#### Revised: 2019-11-21 ### Overview groov View Public API revision 1. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
10
Collections
-
Event types
-
example request
curl https://your-opto22-groov.slurry.io/api/info \
  -H "Authorization: Bearer slurry_sim_..."

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

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

All 10.

  • GET/info
  • GET/v1/data-store/devices
  • GET/v1/data-store/devices/{id}/tags
  • POST/v1/data-store/read
  • GET/v1/data-store/read/{id}
  • GET/v1/data-store/tags
  • POST/v1/data-store/write/{id}
  • GET/v1/logging/groovLogs.json
  • GET/v1/logging/groovLogs.txt
  • GET/whoami
groov View Public sandbox and mock API | Slurry