Snapshots REST Endpoints
Snapshots
An archive file (BAR) that captures the state of an Analytics instance.
- Create a snapshot
- Method: postPath:
/api/20210901/snapshots
- Delete a snapshot
- Method: deletePath:
/api/20210901/snapshots/{snapshotId}
- Get a snapshot
- Method: getPath:
/api/20210901/snapshots/{snapshotId}
- Get all snapshots
- Method: getPath:
/api/20210901/snapshots