Skip to main content
GET
/
snapshot
/
diff
compare two snapshots
curl --request GET \
  --url http://localhost:3917/snapshot/diff
{
  "entity_delta": 0,
  "from": "before",
  "from_entities": 3,
  "ok": true,
  "phase_changed": false,
  "to": "after",
  "to_entities": 3
}

Query Parameters

from
string
required

Label of the baseline snapshot.

to
string
required

Label of the snapshot to compare against the baseline.

Response

200 - application/json

Structural diff between two snapshots.