Tanium · Arazzo Workflow
Tanium Ask A Sensor Question And Get Results
Version 1.0.0
Resolve a sensor by name, ask a question that selects it, poll until answered, then read the result data.
View Spec
View on GitHub
ComplianceEndpoint ManagementPatch ManagementSecurityThreat DetectionUnified Endpoint ManagementArazzoWorkflows
Provider
Workflows
sensor-question-results
Resolve a sensor by name, ask a question selecting it, and read results.
Looks up a sensor by name, asks a question that selects that sensor across endpoints, polls the question until issued, and returns the result data.
1
resolveSensor
getSensorByName
Resolve the sensor by name to obtain its name and hash for use in the question selection.
2
askQuestion
createQuestion
Create and ask a question that selects the resolved sensor across managed endpoints.
3
pollQuestion
getQuestion
Poll the question by id until the server confirms it has been issued to endpoints.
4
readResults
getQuestionResults
Retrieve the result data rows collected from responding endpoints for the confirmed question.