Time Machine
Point-in-time graph snapshots and historical exploration. (Enterprise)
- GET
/api/v1/time-machine/snapshotsList available graph snapshots - GET
/api/v1/time-machine/snapshots/{id}View the graph at a point in time - POST
/api/v1/time-machine/compareCompare two points in time - POST
/api/v1/time-machine/snapshotsCreate an ad-hoc snapshot (admin) - POST
/api/v1/time-machine/snapshots/{id}/restoreRestore the graph to a snapshot (admin)