External DocumentationTo learn more, visit the CrowdStrike documentation.
Actions
Get FileVantage Rule Group Details
Get details for one or more FileVantage rule group configurations.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Rule Groups IDs | A comma-separated list of rule group IDs to get the details of. |
{
"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>"
}
]
}
Was this page helpful?