Get details for one or more FileVantage rule group configurations.

External Documentation

To learn more, visit the CrowdStrike documentation.

Parameters

ParameterDescription
Rule Groups IDsA comma-separated list of rule group IDs to get the details of.

Example Output

{
	"meta": {
		"query_time": 0.714759,
		"powered_by": "filevantage-api",
		"trace_id": "262a390b-6ca5-4e5f-b02b-d082b8371161"
	},
	"Resources": [
		{
			"id": "<id1>",
			"name": "Rule Group 1",
			"description": "Rule Group for monitoring windows",
			"type": "WindowsFiles",
			"policy_assignments": [
				{
					"id": "<pid1>",
					"href": "filevantage/policies/entities/v1?ids=<pid1>"
				}
			],
			"assigned_rules": [
				{
					"id": "<rid1>",
					"href": "filevantage/rules/entities/v1?ids=<rid1>"
				},
				{
					"id": "<rid2>",
					"href": "filevantage/rules/entities/v1?ids=<rid2>"
				}
			],
			"created_by": "[email_address | bearer_token_id>",
			"created_timestamp": "2023-08-2T07:29:57Z",
			"modified_timestamp": "2023-08-1T07:30:00Z",
			"modified_by": "[email_address | bearer_token_id>"
		}
	]
}

Workflow Library Example

Get Filevantage Rule Group Details with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop