Snapshots

Take a snapshot of the current live topology + entity state for a network. Acquires the discovery snapshot lock, creates the snapshots row, runs close-and-clone to stamp every Snapshotable entity row with `snapshot_id` and close them. The topology subscriber inserts the snapshot's topology row off the back of the `Snapshot::Created` event.

post/api/v1/snapshots

Request body

network_idstring uuid required

Response

Snapshot created

errorstring nullable
successboolean required

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.3"
  }
}

Changes