AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves system configuration data from the AvantGuard SentinelOne API. It is useful for users who want to programmatically access and filter system configuration details based on specific site or account IDs. For example, a security analyst could use this node to fetch configuration settings for particular sites or accounts to audit or monitor system status.

Properties

Name Meaning
Additional Query Parameters Optional query parameters to filter the system configuration request, including lists of Site IDs and Account IDs to narrow down the results.

Output

JSON

  • systemConfiguration - The retrieved system configuration data from the API, filtered according to the provided query parameters.

Dependencies

  • AvantGuard SentinelOne API
  • An API key credential for authentication

Troubleshooting

  • Ensure the API credentials are correctly configured and have sufficient permissions to access system configuration data.
  • Verify that the Site Ids and Account Ids provided in the additional query parameters are valid and correctly formatted as JSON arrays.
  • Check network connectivity and the base URL configuration to ensure the node can reach the AvantGuard SentinelOne API endpoint.
  • Common error messages may include authentication failures (due to invalid API keys) or bad request errors if query parameters are malformed. Resolving these involves verifying credentials and input formats.

Links

Discussion