{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Health API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Basic health traffic light", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/instana/health", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "The returned JSON object will provide a health property which contains a simple traffic light (GREEN/YELLO/RED). For any non-Green-state a list \nof reasons will be provided in the messages array.\n\nPossible messages:\n* No data being processed\n* No data arriving from agents\n" }, { "info": { "name": "API version information", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/instana/version", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "API version information" } ] } ], "bundled": true }