{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Application Topology API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Application Topology", "type": "folder" }, "items": [ { "info": { "name": "Gets the service topology", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/application-monitoring/topology/services", "params": [ { "name": "windowSize", "value": "", "type": "query", "description": "Size of time window in milliseconds" }, { "name": "to", "value": "", "type": "query", "description": "Timestamp since Unix Epoch in milliseconds of the end of the time window" }, { "name": "applicationId", "value": "", "type": "query", "description": "Filter by application ID" }, { "name": "applicationBoundaryScope", "value": "", "type": "query", "description": "Filter by application scope, i.e., INBOUND or ALL. The default value is INBOUND. Applies only if application ID filter is specified." } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Use this API endpoint if one wants to retrieve services and connections (call paths) between them for calls in the scope given by the parameters.\n\n## Errata:\n\nThe following fields are unsupported but documented in the schema for the result `services`:\n- The `applications` field is always missing and the `snapshotIds` field is always empty, despite being declared as required in the result schema.\n- The `maxSeverity` and `numberOfOpenIssues` fields are always missing.\n" } ] } ], "bundled": true }