AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node allows users to update a Compliance Assessment resource by sending a PATCH request. It is useful in scenarios where partial updates to existing compliance assessments are needed without replacing the entire resource. For example, updating the status or specific data fields of a compliance assessment record in a compliance management system.

Properties

Name Meaning
X USER ID User identifier required for authentication or tracking purposes in the API header.
Additional Body Fields Optional fields to include in the PATCH request body:
- Data JSON object representing compliance assessment details and template status.
- Id Numeric identifier of the compliance assessment to be updated.

Output

The node outputs JSON data representing the response from the PATCH update operation on the Compliance Assessment resource. This typically includes the updated compliance assessment details as returned by the API. The node does not explicitly handle binary data output.

Dependencies

  • Requires an API key credential for authenticating requests to the AvantGuard ConnectSecure API.
  • The base URL for the API must be configured in the node credentials.
  • Uses the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Missing or invalid X USER ID: The API requires this header; ensure it is provided and correctly formatted.
  • 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 compliance assessment; otherwise, the API may return a not found error.
  • Authentication errors: Verify that the API key credential is set up correctly and has necessary permissions.
  • Network or API errors: Check connectivity and API endpoint availability.

Links and References

Discussion