AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node performs an autocomplete search for governance filters related to XDR assets within a datalake inventory. It allows users to query and retrieve filter suggestions based on various asset metadata fields such as cloud provider details, tags, IDs, names, and other asset attributes. This is useful for dynamically building filter criteria in security governance workflows, enabling users to quickly find relevant filter keys and values to refine asset queries.

Properties

Name Meaning
Key The search field key to filter on, such as cloud provider organization, account ID, tags, or asset name. Determines which asset attribute the autocomplete will query.
Text The search term text used to autocomplete filter values for the selected key.
Additional Query Parameters Optional additional filters to refine the autocomplete query, such as filtering by region, asset status, risk factors, tags, coverage, and other asset metadata fields.

Output

JSON

  • autocompleteResults - An array of autocomplete suggestions matching the search key and text, representing possible filter values for governance filters.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API.
  • Relies on the '@avantguardllc/n8n-openapi-node' package for OpenAPI integration.

Troubleshooting

  • If the node returns no results, verify that the 'Key' and 'Text' inputs are correctly set and that the search term is valid.
  • Authentication errors may occur if the API key credential is missing or invalid; ensure credentials are properly configured.
  • Large or complex additional query parameters may cause slow responses or timeouts; try simplifying filters.
  • Ensure the base URL credential is correctly set to the API endpoint to avoid connection errors.

Discussion