AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node updates a tenant policy in the AvantGuard SentinelOne system via a web API PUT request. It is useful for automating policy management, such as enabling or disabling security engines, configuring mitigation modes, and setting forensic options. For example, a security administrator can use this node to programmatically update policy settings across multiple tenants to enforce consistent security configurations.

Properties

Name Meaning
Data The JSON object containing the tenant policy configuration to be updated. This includes settings for security engines, mitigation modes, forensic options, and other policy attributes.

Output

JSON

  • response - The JSON response from the API after updating the tenant policy, typically containing the updated policy details or status confirmation.

Dependencies

  • Requires an API key credential for AvantGuard SentinelOne API authentication, including a base URL for the API endpoint.

Troubleshooting

  • Ensure the 'Data' JSON is correctly formatted and includes all required fields; malformed JSON will cause request failures.
  • Authentication errors may occur if the API key credential is missing or invalid; verify credentials are correctly configured.
  • API endpoint errors can happen if the base URL is incorrect or the network is unreachable; check connectivity and URL settings.
  • If the API returns permission errors, confirm that the authenticated user has rights to update tenant policies.

Discussion