AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation fetches account data from the AvantGuard SentinelOne API using a web API export method. It allows users to retrieve detailed account information filtered by various optional query parameters such as account name, state, license counts, billing mode, and timestamps. This is useful for integrating account management data into workflows, reporting, or synchronization tasks.

Properties

Name Meaning
Additional Query Parameters Optional filters to refine the account search results, including fields like query text, states, name filters, creation and update timestamps, license counts, billing mode, account type, and more. These parameters are sent as query parameters in the API request.

Output

JSON

  • accounts - Array of account objects returned from the API, each containing detailed account information matching the query parameters.

Dependencies

  • AvantGuard SentinelOne API

Troubleshooting

  • Ensure the API credentials (base URL and API key) are correctly configured and valid to avoid authentication errors.
  • Verify that query parameters are correctly formatted, especially JSON arrays, to prevent request failures.
  • If no accounts are returned, check that the filters are not too restrictive or that the account data exists in the API.
  • Network connectivity issues may cause request timeouts or failures; ensure stable internet connection.

Discussion