Skip to content
Cloud infrastructure/devops

anchore.io

Anchore Engine API Server sandbox and mock API

This is the Anchore Engine API. Provides the primary external API for users of the service. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
112
Collections
-
Event types
-
example request
curl https://your-anchore.slurry.io/ \
  -H "Authorization: Bearer slurry_sim_..."

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

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

  • GET/
  • GET/account
  • GET/accounts
  • POST/accounts
  • GET/accounts/{accountname}
  • DELETE/accounts/{accountname}
  • PUT/accounts/{accountname}/state
  • GET/accounts/{accountname}/users
  • POST/accounts/{accountname}/users
  • GET/accounts/{accountname}/users/{username}
  • DELETE/accounts/{accountname}/users/{username}
  • GET/accounts/{accountname}/users/{username}/credentials