{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Mobile App Catalog API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Mobile App Catalog", "type": "folder" }, "items": [ { "info": { "name": "Get mobile app tag catalog", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/mobile-app-monitoring/catalog", "params": [ { "name": "beaconType", "value": "", "type": "query" }, { "name": "useCase", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get mobile app tag catalog" }, { "info": { "name": "Metric catalog", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/mobile-app-monitoring/catalog/metrics", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Metric catalog" }, { "info": { "name": "Get all existing mobile app tags", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/mobile-app-monitoring/catalog/tags", "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get all existing mobile app tags" } ] } ], "bundled": true }