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}
- Force Recovery
- Method: postPath:
/management/coherence/cluster/services/{serviceName}/persistence/forceRecovery
- 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 Failed Snapshots
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/persistence/failedSnapshots
- 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 Snapshot Recovery Status
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName}/recover/status
- View Snapshot Status
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/persistence/snapshots/{snapshotName}/status
- View Snapshots
- Method: getPath:
/management/coherence/cluster/services/{serviceName}/persistence/snapshots