{ "opencollection": "1.0.0", "info": { "name": "Tanium Connect Actions Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "session", "value": "{{session}}", "placement": "header" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Get A Computer Group By Name", "type": "http" }, "http": { "method": "GET", "url": "https://{tanium_server}/api/v2/groups/by-name/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the computer group" } ] }, "docs": "Retrieves the details of a computer group identified by its name. Computer groups define sets of endpoints based on filter criteria and are used to target questions and actions." }, { "info": { "name": "List All Computer Groups", "type": "http" }, "http": { "method": "GET", "url": "https://{tanium_server}/api/v2/groups" }, "docs": "Retrieves a list of all computer groups configured on the Tanium server. Groups organize endpoints for targeted questioning and action deployment." } ] } ], "bundled": true }