Skip to content
Cloud infrastructure/devops

docker.com:dvp

DVP Data sandbox and mock API

The Docker DVP Data API allows [Docker Verified Publishers](https://docs.docker.com/docker-hub/publish/) to view image pull analytics data for their namespaces. Analytics data can be retrieved as raw data, or in a summary format. #### Summary data In your summary data CSV, you will have access to the data points listed below. You can request summary data for a complete week (Monday through Sunday) Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
8
Collections
-
Event types
-
example request
curl https://your-docker-dvp.slurry.io/api/publisher/analytics/v1/ \
  -H "Authorization: Bearer slurry_sim_..."

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

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

  • GET/
  • GET/namespaces/{namespace}
  • GET/namespaces/{namespace}/pulls/exports/years
  • GET/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}
  • GET/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}
  • GET/namespaces/{namespace}/pulls/exports/years/{year}/{timespantype}/{timespan}/{dataview}
  • POST/v2/users/2fa-login
  • POST/v2/users/login