Get sensor by sensor ID.

External Documentation

To learn more, visit the Tanium documentation.

Parameters

ParameterDescription
Sensor IDThe ID of the sensor.

Example Output

{
	"TaniumSensor": {
		"Category": "Applications",
		"ContentSetId": 11,
		"ContentSetName": "Software",
		"CreationTime": "2019-07-17T20:13:49Z",
		"Description": "The version string of applications which match the parameter given.\nExample:  11.5.502.146",
		"Hash": "2387001299",
		"ID": 204,
		"IgnoreCaseFlag": true,
		"KeepDuplicatesFlag": false,
		"LastModifiedBy": "administrator",
		"MaxAgeSeconds": 900,
		"ModUserDomain": "EC2AMAZ-N5ETQVT",
		"ModUserId": 1,
		"ModUserName": "administrator",
		"ModificationTime": "2019-07-17T20:13:49Z",
		"Name": "Installed Application Version",
		"Parameters": [
			{
				"Key": "application",
				"Label": "Application Name",
				"ParameterType": "com.tanium.components.parameters::TextInputParameter",
				"Values": null
			}
		],
		"SourceId": 0
	}
}

Workflow Library Example

Get Sensor with Tanium and Send Results Via Email

Preview this Workflow on desktop

Get sensor by sensor ID.

External Documentation

To learn more, visit the Tanium documentation.

Parameters

ParameterDescription
Sensor IDThe ID of the sensor.

Example Output

{
	"TaniumSensor": {
		"Category": "Applications",
		"ContentSetId": 11,
		"ContentSetName": "Software",
		"CreationTime": "2019-07-17T20:13:49Z",
		"Description": "The version string of applications which match the parameter given.\nExample:  11.5.502.146",
		"Hash": "2387001299",
		"ID": 204,
		"IgnoreCaseFlag": true,
		"KeepDuplicatesFlag": false,
		"LastModifiedBy": "administrator",
		"MaxAgeSeconds": 900,
		"ModUserDomain": "EC2AMAZ-N5ETQVT",
		"ModUserId": 1,
		"ModUserName": "administrator",
		"ModificationTime": "2019-07-17T20:13:49Z",
		"Name": "Installed Application Version",
		"Parameters": [
			{
				"Key": "application",
				"Label": "Application Name",
				"ParameterType": "com.tanium.components.parameters::TextInputParameter",
				"Values": null
			}
		],
		"SourceId": 0
	}
}

Workflow Library Example

Get Sensor with Tanium and Send Results Via Email

Preview this Workflow on desktop