{ "opencollection": "1.0.0", "info": { "name": "ForgeRock Access Management Access Requests Health API", "version": "7.3.0" }, "request": { "auth": { "type": "apikey", "key": "iPlanetDirectoryPro", "value": "{{iPlanetDirectoryPro}}", "placement": "header" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Health check", "type": "http" }, "http": { "method": "GET", "url": "https://{deployment}/am/alive" }, "docs": "Returns the health status of the DS instance. Used by load balancers and monitoring systems." }, { "info": { "name": "Detailed health check", "type": "http" }, "http": { "method": "GET", "url": "https://{deployment}/am/healthy" }, "docs": "Returns detailed health status of the DS instance including replication state." } ] } ], "bundled": true }