AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation retrieves the Asset Compliance Report Card from an external service. It is useful for scenarios where users need to obtain compliance-related data about assets, such as verifying asset status, auditing compliance, or generating reports for regulatory purposes. For example, a compliance officer could use this node to fetch up-to-date compliance scores or details for specific assets in their organization.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking of the request.
Additional Query Parameters Optional parameters to refine the query:
- Condition: A filter condition to narrow down results.
- Skip: Number of records to skip (for pagination).
- Limit: Maximum number of records to return.
- Order By: Field(s) to order the results by.

Output

The output JSON contains the retrieved Asset Compliance Report Card data. This typically includes compliance metrics, statuses, and related asset information structured according to the external API's response schema. The node does not output binary data.

Dependencies

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

Troubleshooting

  • Missing or invalid X USER ID: The node requires a valid user ID header; ensure it is provided and correctly formatted.
  • API authentication errors: Verify that the API key credential is set up properly and has necessary permissions.
  • Query parameter issues: Incorrect values for skip, limit, or order_by may cause unexpected results or errors; validate these inputs.
  • Network or connectivity problems: Ensure the base URL is reachable and there are no firewall restrictions blocking the request.

Links and References

Discussion