Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Create a new sensor update policy. The following permissions are required to run this action:
  • Sensor update policies: Read and Write.
External DocumentationTo learn more, visit the CrowdStrike documentation.

Parameters

ParameterDescription
DescriptionAdditional details about the policy’s purpose or coverage.
NameThe unique name to assign to your new sensor update policy.

Note: The policy name must be unique for the specified platform.
Platform NameThe operating system this policy will target.

Example Output

{
	"meta": {
		"query_time": 0.373676468,
		"trace_id": "5c4ded41-2ba3-45d3-bcd1-55c4d2555ddd"
	},
	"errors": null,
	"resources": [
		{
			"id": "1f45822c72f64ac2a4282c8c9fd11a16",
			"cid": "464fb22a698b4c6bbc26526687824eb4",
			"name": "sensor_name",
			"description": "sensor_description",
			"platform_name": "Windows",
			"groups": [],
			"enabled": false,
			"created_by": "api-client-id:d71b41c0e19b404aa16e09ca9575e959",
			"created_timestamp": "2025-04-23T15:48:09.130080307Z",
			"modified_by": "api-client-id:d71b41c0e19b404aa16e09ca9575e959",
			"modified_timestamp": "2025-04-23T15:48:09.130080307Z",
			"settings": {
				"build": ""
			}
		}
	]
}

Workflow Library Example

Create Sensor Update Policy with Crowdstrike and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop