AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node performs the duplication of a site configuration in the AvantGuard SentinelOne system via its Web API. It is useful for users who want to create a new site based on an existing site's settings, allowing quick replication of policies and configurations without manual re-entry. For example, security administrators can duplicate a site to apply the same security policies to a new department or location.

Properties

Name Meaning
Data The JSON object containing the site configuration data to be duplicated. This includes detailed policy settings such as engines enabled, mitigation modes, forensic settings, and other site-specific configurations. The data is sent as the request body in the API call.

Output

JSON

  • response - The JSON response from the API after duplicating the site, containing details of the newly created site or status information.

Dependencies

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

Troubleshooting

  • Ensure the API credentials are correctly configured and have sufficient permissions to duplicate sites.
  • Verify that the JSON data provided in the 'Data' property is correctly formatted and includes all required fields; malformed JSON or missing required fields may cause API errors.
  • Common errors include authentication failures (check API key and base URL), validation errors from the API due to incorrect data structure, and network connectivity issues.

Links

Discussion