AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node updates the Syslog settings of the Web API under the Settings resource by sending a PUT request with specified configuration data and filters. It is useful for configuring syslog parameters such as server and client certificates and log format for specific sites and accounts. For example, an administrator can use this node to programmatically update syslog settings across multiple sites and accounts in a centralized manner.

Properties

Name Meaning
Data The configuration data for the syslog settings, including base64-encoded server certificate, client certificate, client key, and the log format (e.g., 'cef'). This JSON object is sent as the request body.
Filter A JSON object specifying filters to apply the settings to particular site IDs and account IDs. This determines the scope of the syslog settings update.

Output

JSON

  • response - The JSON response from the API after updating the syslog settings, typically containing status or confirmation details.

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 that the 'Data' and 'Filter' JSON inputs are correctly formatted and valid JSON; parsing errors will cause the node to fail.
  • Authentication errors may occur if the API key credential is missing or invalid; verify credentials are correctly configured.
  • If the API endpoint URL is incorrect or unreachable, the node will fail to connect; check the baseURL in credentials.
  • The API may reject the request if required fields in 'Data' are missing or contain invalid values; verify the content of certificates and format.
  • Network issues or timeouts can cause failures; ensure network connectivity to the API endpoint.

Discussion