AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node updates the revert policy of a specific group by its Group Id via a web API PUT request. It is useful for managing group policies programmatically, such as reverting group settings to a previous state or applying specific policy configurations. For example, an administrator can automate policy reversion for a group identified by its unique ID, ensuring consistent policy enforcement without manual intervention.

Properties

Name Meaning
Group Id The unique identifier of the group whose revert policy is to be updated. This is a required string input, e.g., "225494730938493804".
Additional Body Fields Optional additional fields to include in the request body. This allows customization of the API request by adding extra JSON data under the 'data' property.

Output

JSON

  • response - The JSON response returned by the API after updating the group's revert policy. It typically contains confirmation or details of the updated policy.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API.
  • Depends on the '@avantguardllc/n8n-openapi-node' package for OpenAPI integration.

Troubleshooting

  • Ensure the provided Group Id is correct and exists; otherwise, the API may return a 'Group not found' error.
  • Verify that the API credentials are valid and have sufficient permissions to update group policies.
  • Malformed JSON in 'Additional Body Fields' can cause request failures; ensure JSON syntax is correct.
  • Network connectivity issues or incorrect base URL configuration can lead to request timeouts or failures.

Discussion