AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node allows updating an existing Event Set by sending a PATCH request with specified fields. It is useful when you need to modify certain attributes of an Event Set without replacing the entire resource. For example, you might update alert rules or change whether the Event Set is marked as default.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes in the request header.
Additional Body Fields Optional fields to include in the request body:
- Data: JSON object representing event set data such as alert rules and default status.
- Id: Numeric identifier of the Event Set to update.

Output

The node outputs the JSON response from the API after patching the Event Set. This typically includes the updated Event Set details reflecting the changes made. There is no indication that binary data is output.

Dependencies

  • Requires an API key credential for authenticating requests.
  • Depends on the base URL and headers configured in the node credentials.
  • Uses the @avantguardllc/n8n-openapi-node package internally for building properties and handling requests.

Troubleshooting

  • Missing or invalid X USER ID: The node requires the "X USER ID" header; ensure it is provided and valid.
  • Invalid JSON in Data field: The "Data" property expects valid JSON; malformed JSON will cause errors.
  • Incorrect Id value: The "Id" must correspond to an existing Event Set; otherwise, the API may return a not found error.
  • API connectivity issues: Verify the base URL and API key credentials are correctly configured.
  • Permission errors: Ensure the API key has rights to update Event Sets.

Links and References

  • No direct external links were found in the source code.
  • Refer to the AvantGuard ConnectSecure API documentation for detailed schema and usage of Event Set PATCH operations.

Discussion