{ "opencollection": "1.0.0", "info": { "name": "Red Hat 3scale Account Management Accounts Health API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "access_token", "value": "{{access_token}}", "placement": "query" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Check Readiness", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}-admin.3scale.net/admin/api/status/ready" }, "docs": "Returns the readiness status of the APIcast gateway. Used as a Kubernetes readiness probe. Returns 200 when the gateway is ready to accept traffic, non-200 when not ready." }, { "info": { "name": "Check Liveness", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}-admin.3scale.net/admin/api/status/live" }, "docs": "Returns the liveness status of the APIcast gateway. Used as a Kubernetes liveness probe. Returns 200 if the process is alive." }, { "info": { "name": "Get Status Information", "type": "http" }, "http": { "method": "GET", "url": "https://{domain}-admin.3scale.net/admin/api/status/info" }, "docs": "Returns internal information about the APIcast gateway including timer states, worker process counts, and internal configuration parameters useful for debugging." } ] } ], "bundled": true }