{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Infrastructure Metrics API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Infrastructure Metrics", "type": "folder" }, "items": [ { "info": { "name": "Get infrastructure metrics", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/infrastructure-monitoring/metrics", "params": [ { "name": "offline", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "- The **offline** parameter is used to allow deeper visibility into snapshots. Set to `false`, the query will return all snapshots that are still available on the given **to** timestamp. However, set to `true`, the query will return all snapshots that have been active within the time window, this must at least include the online result and snapshots terminated within this time.\r\n" } ] } ], "bundled": true }