AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves platform detection rules settings from a web API, specifically fetching configuration data related to platform detection rules at various scope levels such as site, account, group, or global. It is useful for users who need to programmatically access or audit platform detection rules settings within their environment, for example, to integrate with monitoring systems or automate configuration management.

Properties

Name Meaning
Scope Level Defines the scope level at which to retrieve the platform detection rules settings. Options include 'site', 'account', 'group', and 'global'. This determines the context of the data fetched from the API.
Scope Id An optional identifier for the scope, such as the Account or Site ID. It is required when the scope level is not global and specifies the exact entity for which to retrieve the settings.

Output

JSON

  • response - The JSON response from the web API containing the platform detection rules settings for the specified scope level and scope ID.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API service.

Troubleshooting

  • Ensure that the API credentials are correctly configured and have sufficient permissions to access platform detection rules settings.
  • Verify that the 'Scope Level' and 'Scope Id' parameters are correctly set; for example, 'Scope Id' must be provided when the scope level is not 'global'.
  • Common errors may include authentication failures (check API key validity), invalid scope parameters (check that scopeId matches the scopeLevel), or network connectivity issues to the API endpoint.

Discussion