{ "opencollection": "1.0.0", "info": { "name": "Tanium Connect Actions Sensors API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "session", "value": "{{session}}", "placement": "header" } }, "items": [ { "info": { "name": "Sensors", "type": "folder" }, "items": [ { "info": { "name": "Get A Sensor By Name", "type": "http" }, "http": { "method": "GET", "url": "https://{tanium_server}/api/v2/sensors/by-name/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the sensor" } ] }, "docs": "Retrieves the details of a sensor identified by its name. Sensors collect data from endpoints and are used in questions to query endpoint state." }, { "info": { "name": "List All Sensors", "type": "http" }, "http": { "method": "GET", "url": "https://{tanium_server}/api/v2/sensors" }, "docs": "Retrieves a list of all sensors configured on the Tanium server. Sensors are scripts that collect specific data from endpoints." } ] } ], "bundled": true }