Skip to content
Cloud infrastructure/devops

apigee.local:registry

Registry sandbox and mock API

The Registry service allows teams to manage descriptions of APIs. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
35
Collections
-
Event types
-
example request
curl https://your-apigee-local-registry.slurry.io/v1/projects/123/locations/123/apis \
  -H "Authorization: Bearer slurry_sim_..."

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

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

  • GET/v1/projects/{project}/locations/{location}/apis
  • POST/v1/projects/{project}/locations/{location}/apis
  • GET/v1/projects/{project}/locations/{location}/apis/{api}
  • PATCH/v1/projects/{project}/locations/{location}/apis/{api}
  • DELETE/v1/projects/{project}/locations/{location}/apis/{api}
  • GET/v1/projects/{project}/locations/{location}/apis/{api}/deployments
  • POST/v1/projects/{project}/locations/{location}/apis/{api}/deployments
  • GET/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}
  • PATCH/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}
  • DELETE/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}
  • DELETE/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}:deleteRevision
  • GET/v1/projects/{project}/locations/{location}/apis/{api}/deployments/{deployment}:listRevisions