List all available FileVantage rule group IDs.

External Documentation

To learn more, visit the CrowdStrike documentation.

Basic Parameters

ParameterDescription
Return All PagesAutomatically fetch all resources, page by page.
Rule Group TypeFilter by the type of rule group.

Advanced Parameters

ParameterDescription
LimitThe maximum amount of records to return.
OffsetThe offset to start retrieving records from.
SortSpecify the order of retrieved rule groups.

Example Output

{
	"meta": {
		"query_time": 0.714759,
		"pagination": {
			"offset": 0,
			"limit": 100,
			"total": 3
		},
		"powered_by": "filevantage-api",
		"trace_id": "262a390b-6ca5-4e5f-b02b-d082b8371161"
	},
	"resources": [
		"<id1>",
		"<id2>",
		"<id3>"
	]
}

Workflow Library Example

List Filevantage Rule Group Ids with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop