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: postPath:
/management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName} - Create a Snapshot across all Services
- Method: postPath:
/management/coherence/cluster/services/persistence/snapshots/{snapshotName} - Create a Snapshot Archive
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/persistence/archives/{snapshotName} - Delete a snapshot
- Method: deletePath:
/management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName} - Delete a Snapshot Archive
- Method: deletePath:
/management/coherence/cluster/services/{serviceName}/persistence/archives/{snapshotName} - Recover a Snapshot
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName}/recover - Retrieve a Snapshot Archive
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/persistence/archives/{snapshotName}/retrieve - View Persistence Coordinator Information
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/persistence - View Snapshot Archive Stores
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/persistence/archiveStores/{snapshotName} - View Snapshot Archives
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/persistence/archives - View Snapshots
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/persistence/snapshots