AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves a list of auto upgrade policies from the AvantGuard SentinelOne API based on specified filtering and sorting criteria. It is useful for users who want to programmatically query upgrade policies scoped at different levels (account, group, site, tenant) and filtered by OS type, with pagination and sorting options. For example, a user can fetch the top 10 Windows upgrade policies for a specific site, sorted by priority in descending order.

Properties

Name Meaning
Scope Level Defines the scope level of the policies to retrieve; must be one of 'account', 'group', 'site', or 'tenant'.
Os Type Specifies the operating system type for which to retrieve policies; must be one of 'linux', 'macos', or 'windows'.
Limit Limits the number of returned policy items; must be greater than 1.
Skip Number of items to skip for pagination purposes.
Sort By The column name by which to sort the results, e.g., 'priority'.
Sort Order Sort direction, either ascending ('asc') or descending ('desc').
Additional Query Parameters Optional additional query parameters such as 'scopeId' to further filter the policies.

Output

JSON

  • policies - Array of auto upgrade policy objects returned by the API, each representing a policy matching the query criteria.

Dependencies

  • Requires an API key credential for AvantGuard SentinelOne API authentication.

Troubleshooting

  • Ensure that the 'scopeLevel' and 'osType' parameters are set to valid values; invalid values will cause API errors.
  • The 'limit' parameter must be greater than 1; setting it to 0 or 1 may result in no or insufficient data returned.
  • If the API returns authentication errors, verify that the API key credential is correctly configured and has necessary permissions.
  • Network or connectivity issues to the base URL specified in credentials can cause request failures; check network access and baseURL correctness.

Links

Discussion