{ "opencollection": "1.0.0", "info": { "name": "Dataiku API Node Administration Artifact Sign-Offs Metrics API", "version": "13.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Metrics", "type": "folder" }, "items": [ { "info": { "name": "Dataiku Get API node metrics", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/metrics" }, "docs": "Retrieve metrics about the API node including request counts, latencies, and error rates." }, { "info": { "name": "Dataiku Get API node health", "type": "http" }, "http": { "method": "GET", "url": "https://{apinode-host}:{port}/admin/api/health" }, "docs": "Check the health status of the API node." } ] } ], "bundled": true }