get_entities_related_to_a_hunting_ruleset
Retrieve files that matched a hunting ruleset's filters by providing the ruleset ID and relationship name.
Instructions
Retrieve entities related to the the given Hunting Ruleset.
The following table shows a summary of available relationships for Hunting ruleset objects.
Relationship | Return object type |
hunting_notification_files | Files that matched with the ruleset filters |
Args: ruleset_id (required): Hunting ruleset identifier. relationship_name (required): Relationship name. limit: Limit the number of entities to retrieve. 10 by default. Returns: List of objects related to the Hunting ruleset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ruleset_id | Yes | ||
| relationship_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |