AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node integrates with the AvantGuard ConnectSecure API to update agent credential mappings via a PATCH request. It is designed for scenarios where you need to modify existing credential mappings associated with agents, such as updating user-specific credentials or other related data fields. Practical use cases include automating credential updates in security systems or synchronizing credential information across platforms.

Properties

Name Meaning
X USER ID The User ID header value required for authentication or identification in the API call.
Additional Body Fields Optional fields to include in the request body:
- Data: JSON object with additional data.
- Id: Numeric identifier for the credential mapping to update.

Output

The node outputs JSON data representing the response from the PATCH update operation on the agent credential mapping. This typically includes confirmation of the updated fields or the updated resource representation. There is no indication that binary data is returned by this node.

Dependencies

  • Requires an API key credential for AvantGuard ConnectSecure to authenticate requests.
  • Depends on the @avantguardllc/n8n-openapi-node package and the OpenAPI specification defined in openapi.json.
  • The base URL for API requests is configured via node credentials.
  • The node sets HTTP headers including Accept: application/json, Content-Type: application/json, and a custom X-USER-ID header.

Troubleshooting

  • Missing or invalid X USER ID: The API requires the X-USER-ID header; ensure it is provided and correct to avoid authentication errors.
  • Invalid JSON in Data field: The Data property expects valid JSON; malformed JSON will cause parsing errors.
  • Incorrect Id value: The Id must be a valid number corresponding to an existing credential mapping; otherwise, the API may return not found or validation errors.
  • API connectivity issues: Verify the base URL and network access to the AvantGuard ConnectSecure API.
  • Credential errors: Ensure the API key credential is correctly configured and has sufficient permissions.

Links and References

Discussion