Show TolerateRecoveryInconsistencies
Purpose
Shows whether Eclipse Amlen is to continue and try to recover as much data as possible if it encounters problems with persisted data during restart.URI
Use the Eclipse Amlen REST API GET method with the following Eclipse Amlen configuration URI:
http://<admin-endpoint-IP:Port>/ima/v1/configuration/TolerateRecoveryInconsistencies
Usage NotesĀ®
- Capitalization must be used as shown.
Example
Shows that Eclipse Amlen is to continue and try to recover as much data as possible if it encounters problems with persisted data during restart:curl -X GET http://127.0.0.1:9089/ima/v1/configuration/TolerateRecoveryInconsistencies
An example response to the GET method:
{
"Version": "v1",
"TolerateRecoveryInconsistencies": true
}