Assign or unassign host groups to a file integrity policy.

External Documentation

To learn more, visit the CrowdStrike documentation.

Parameters

ParameterDescription
ActionSpecify whether to assign or unassign host groups.
Host Groups IDsA comma-separated list of host group IDs to configure with.
Policy IDThe unique identifier of the policy.

Example Output

{
	"meta": {
		"query_time": 1.006257,
		"powered_by": "filevantage-api",
		"trace_id": "a3f44413-e567-475f-9bef-d46e171a0f48"
	},
	"resources": [
		{
			"id": "<ID1>",
			"name": "FIM Policy",
			"platform": "Windows",
			"enabled": true,
			"precedence": 1,
			"description": "FIM Policy for windows",
			"rule_groups": [
				{
					"id": "<rgid1>",
					"href": "/filevantage/entities/rule-groups/v1&ids=<rgid1>"
				},
				{
					"id": "<rgid2>",
					"href": "/filevantage/entities/rule-groups/v1&ids=<rgid2>"
				}
			],
			"host_groups": [
				{
					"id": "<hgid1>",
					"href": "/deviceapi/entities/host-groups/v1&ids=<hgid1>"
				},
				{
					"id": "<hgid2>",
					"href": "/deviceapi/entities/host-groups/v1&ids=<hgid2>"
				}
			],
			"created_by": "[email_address | bearer_token_id]",
			"created_timestamp": "2022-10-18T13:24:03Z",
			"modified_by": "[email_address | bearer_token_id]",
			"modified_timestamp": "2023-06-28T20:15:16Z"
		}
	]
}

Workflow Library Example

Configure Host Groups to File Integrity Policy with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop