This action will receive a list of device serials, and return a list of device serials which are installed.

The following permission is required to run this action:

  • Hosts: Read.

External Documentation

To learn more, visit the CrowdStrike documentation.

Example Output

{
	"meta": {
		"query_time": 1,
		"pagination": {
			"offset": 6,
			"limit": 253,
			"total": 5
		},
		"powered_by": "<string>",
		"trace_id": "<string>"
	},
	"resources": [
		"<string>",
		"<string>"
	],
	"errors": []
}

Workflow Library Example

Validate That Crowdstrike Edr is Installed for All Employees on Google Workspace

Preview this Workflow on desktop