AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the AvantGuard ConnectSecure API to retrieve detailed security report data for a specific asset. It is designed to fetch a single datum from an asset's security report by its unique identifier. This functionality is useful in scenarios where users need to programmatically access security insights or audit information related to assets managed within the AvantGuard system.

Practical examples include:

  • Automatically retrieving security report details for an asset after a scan completes.
  • Integrating asset security data into dashboards or alerting systems.
  • Auditing and compliance workflows that require fetching specific security report entries.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes in the API request.
Id The numeric identifier of the specific asset security report datum to retrieve.

Output

The node outputs JSON data representing the retrieved asset security report datum. This JSON contains all relevant fields returned by the AvantGuard ConnectSecure API for the specified report entry, such as security findings, timestamps, severity levels, or other metadata associated with the asset's security status.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for AvantGuard ConnectSecure to authenticate requests.
  • Needs the base URL of the AvantGuard ConnectSecure API configured in the node credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package and the bundled OpenAPI specification (openapi.json) for request construction and validation.

Troubleshooting

  • Missing or invalid X USER ID: The API requires this header; ensure it is provided and correct to avoid authorization errors.
  • Invalid or missing Id: The asset security report datum ID must be a valid number corresponding to an existing report entry.
  • Authentication failures: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Network or connectivity issues: Confirm that the base URL is reachable and the network allows outbound connections to the AvantGuard API.
  • Unexpected API responses: Check if the API version or endpoint paths have changed; update the node or OpenAPI spec accordingly.

Links and References

Discussion