AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the AvantGuard ConnectSecure API to retrieve information about an installed driver on a specific asset. It is designed for scenarios where users need to fetch detailed data about drivers installed on assets managed within the AvantGuard system. For example, IT administrators or support teams can use this node to programmatically obtain driver details for troubleshooting or inventory management.

Properties

Name Meaning
X USER ID User Id required for authentication or identification in the API request header.
Id Numeric identifier of the asset whose installed driver information is to be retrieved.

Output

The node outputs JSON data containing the details of the installed driver for the specified asset. The exact structure depends on the API response but typically includes fields such as driver name, version, installation date, and other relevant metadata. There is no indication that binary data is returned by this operation.

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 OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Missing or invalid X USER ID: Ensure the "X USER ID" property is provided and valid; otherwise, the API may reject the request.
  • Invalid asset Id: Providing an incorrect or non-existent asset Id will result in errors or empty responses.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Network issues: Confirm connectivity to the AvantGuard API endpoint and that the base URL is correct.
  • Unexpected API response: If the output JSON structure changes, update the node or check for API version compatibility.

Links and References

Discussion