Search for Host Groups in your environment by providing an FQL filter and paging details. Returns a set of Host Groups which match the filter criteria.

External Documentation

To learn more, visit the CrowdStrike documentation.

Basic Parameters

ParameterDescription
FilterThe filter expression that should be used to limit the results.
Return All PagesAutomatically fetch all resources, page by page.

Advanced Parameters

ParameterDescription
LimitThe maximum records to return. [1-5000].
OffsetThe offset to start retrieving records from.
SortThe property to sort by.

Example Output

{
	"meta": {
		"query_time": 2,
		"pagination": {
			"offset": 208,
			"limit": 53,
			"total": 164
		},
		"trace_id": "<string>"
	},
	"errors": null,
	"resources": [
		{
			"id": "<string>",
			"group_type": "<string>",
			"name": "<string>",
			"description": "<string>",
			"assignment_rule": "<string>",
			"created_by": "<string>",
			"created_timestamp": "<string>",
			"modified_by": "<string>",
			"modified_timestamp": "<string>"
		},
		{
			"id": "<string>",
			"group_type": "<string>",
			"name": "<string>",
			"description": "<string>",
			"assignment_rule": "<string>",
			"created_by": "<string>",
			"created_timestamp": "<string>",
			"modified_by": "<string>",
			"modified_timestamp": "<string>"
		}
	]
}

Workflow Library Example

List Host Groups with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop