{ "opencollection": "1.0.0", "info": { "name": "Tanium Connect Actions File Operations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "session", "value": "{{session}}", "placement": "header" } }, "items": [ { "info": { "name": "File Operations", "type": "folder" }, "items": [ { "info": { "name": "Request A File Download From An Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://{tanium_server}/plugin/products/threat-response/api/v1/conns/:connectionId/file", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "Unique identifier of the connection" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a file download from a connected endpoint. The file is transferred from the endpoint to the Tanium server for analysis." } ] } ], "bundled": true }