{ "opencollection": "1.0.0", "info": { "name": "Instana REST API documentation Host Agent API", "version": "1.307.1417" }, "items": [ { "info": { "name": "Host Agent", "type": "folder" }, "items": [ { "info": { "name": "Query host agent snapshots", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/host-agent", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "windowSize", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "offline", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Query host agent snapshots" }, { "info": { "name": "Update agent configuration by query", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/host-agent/configuration", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "windowSize", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "offline", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "This endpoint can be used to initialize or change configuration management settings for all agents selected by the given Dynamic Focus Query.\n\n" }, { "info": { "name": "Agent CLR download logs", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/host-agent/:hostId/clr-logs", "params": [ { "name": "hostId", "value": "", "type": "path" }, { "name": "download", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Agent CLR download logs" }, { "info": { "name": "Update agent configuration by host", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/host-agent/:hostId/configuration", "params": [ { "name": "hostId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "This endpoint can be used to initialize or change configuration management settings for a specific host agent.\n\n" }, { "info": { "name": "Agent download logs", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/host-agent/:hostId/logs", "params": [ { "name": "hostId", "value": "", "type": "path" }, { "name": "download", "value": "", "type": "query" }, { "name": "file", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Agent download logs" }, { "info": { "name": "Agent download support information", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/host-agent/:hostId/support-info", "params": [ { "name": "hostId", "value": "", "type": "path" }, { "name": "supportInfoId", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Agent download support information" }, { "info": { "name": "Agent update", "type": "http" }, "http": { "method": "POST", "url": "https://{unit}-{tenant}.instana.io/api/host-agent/:hostId/update", "params": [ { "name": "hostId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Agent update" }, { "info": { "name": "Get host agent snapshot details", "type": "http" }, "http": { "method": "GET", "url": "https://{unit}-{tenant}.instana.io/api/host-agent/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "to", "value": "", "type": "query" }, { "name": "windowSize", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Get host agent snapshot details" } ] } ], "bundled": true }