AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation retrieves the local upgrade authorization details for a specific agent identified by its Agent Id from the AvantGuard SentinelOne API. It is useful for security administrators who need to verify or audit upgrade permissions for individual agents within their SentinelOne environment. For example, it can be used to programmatically check if a particular agent is authorized to perform local upgrades, aiding in compliance and security management.

Properties

Name Meaning
Agent Id The unique identifier of the agent for which the local upgrade authorization information is requested. This is a required string input, e.g., "225494730938493804".

Output

JSON

  • authorizationDetails - The detailed information about the local upgrade authorization status and permissions for the specified agent.

Dependencies

  • Requires an API key credential for AvantGuard SentinelOne API access, including a base URL and authentication token.

Troubleshooting

  • Ensure the Agent Id provided is correct and exists in the SentinelOne environment; otherwise, the API may return a not found error.
  • Verify that the API credentials are valid and have sufficient permissions to access agent upgrade authorization data.
  • Common errors include authentication failures (check API key and base URL), invalid Agent Id format, or network connectivity issues. Resolving these typically involves verifying credentials, input values, and network access.

Links

Discussion