Get the details of a sensor update policy.

The following permissions are required to run this action:

  • Sensor update policies: Read.

External Documentation

To learn more, visit the CrowdStrike documentation.

Parameters

ParameterDescription
Policy IDThe unique identifier of the required sensor update policy.

Example Output

{
	"meta": {
		"query_time": 2,
		"trace_id": "<string>"
	},
	"errors": [],
	"resources": [
		{
			"id": "<string>",
			"cid": "<string>",
			"name": "<string>",
			"description": "<string>",
			"platform_name": "<string>",
			"groups": [],
			"enabled": true,
			"created_by": "<string>",
			"created_timestamp": "<string>",
			"modified_by": "<string>",
			"modified_timestamp": "<string>",
			"settings": {
				"build": "<string>"
			}
		}
	]
}

Workflow Library Example

Get Sensor Update Policy with Crowdstrike and Send Results Via Email

Workflow Library

Preview this Workflow on desktop