AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation sends a POST request to the Datalake Inventory Governance API endpoint to retrieve available governance actions with status for XDR assets. It allows users to specify a wide range of optional query parameters and body fields to filter and customize the request, enabling detailed and flexible asset governance queries. This is useful for security analysts or cloud administrators who want to programmatically fetch governance actions related to their cloud or on-premises assets, filtered by criteria such as cloud provider, region, asset status, tags, risk factors, and more.

Properties

Name Meaning
Additional Query Parameters Optional query parameters to filter and refine the asset governance actions request. Includes filters like cloud provider organization, region, asset status, tags, risk factors, and many others.
Additional Body Fields Optional body fields to specify lists of inventory IDs to include or exclude in the request.

Output

JSON

  • actions - List of available governance actions with their status for the filtered assets.
  • metadata - Additional metadata about the response, such as counts or pagination info.

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

  • Ensure the API credentials (base URL and API key) are correctly configured; authentication failures will prevent data retrieval.
  • Invalid or malformed JSON in query or body parameters may cause request errors; verify JSON syntax especially for complex filters.
  • Using unsupported or incorrect filter values may result in empty responses; check the API documentation for valid filter options.
  • Network connectivity issues or incorrect base URL configuration can cause request failures; verify network access and endpoint correctness.

Links

Discussion