Persistence REST Endpoints

Persistence
The Persistence resource provides a set of endpoints for managing persistence for a service. Use this resource to access operational information and to perform persistence operations.
Create a Snapshot
Method: post
Path: /management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName}
Create a Snapshot across all Services
Method: post
Path: /management/coherence/cluster/services/persistence/snapshots/{snapshotName}
Create a Snapshot Archive
Method: post
Path: /management/coherence/cluster/services/{serviceName}/persistence/archives/{snapshotName}
Delete a snapshot
Method: delete
Path: /management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName}
Delete a Snapshot Archive
Method: delete
Path: /management/coherence/cluster/services/{serviceName}/persistence/archives/{snapshotName}
Recover a Snapshot
Method: post
Path: /management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName}/recover
Retrieve a Snapshot Archive
Method: post
Path: /management/coherence/cluster/services/{serviceName}/persistence/archives/{snapshotName}/retrieve
View Persistence Coordinator Information
Method: get
Path: /management/coherence/cluster/services/{serviceName}/persistence
View Snapshot Archive Stores
Method: get
Path: /management/coherence/cluster/services/{serviceName}/persistence/archiveStores/{snapshotName}
View Snapshot Archives
Method: get
Path: /management/coherence/cluster/services/{serviceName}/persistence/archives
View Snapshots
Method: get
Path: /management/coherence/cluster/services/{serviceName}/persistence/snapshots