AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the AvantGuard ConnectSecure API to retrieve asset storage information based on a specific asset ID. It is useful in scenarios where you need to fetch detailed data about stored assets for inventory management, auditing, or integration with other systems. For example, a user can input an asset ID and their user ID to get the corresponding asset storage details from the AvantGuard system.

Properties

Name Meaning
X USER ID User Id required for authentication or identification purposes in the API request header.
Id The numeric identifier of the asset whose storage information is to be retrieved.

Output

The node outputs JSON data containing the asset storage details as returned by the AvantGuard ConnectSecure API. This typically includes structured information about the asset's storage attributes. The output does not include binary data.

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.

Troubleshooting

  • Missing or invalid X USER ID: Ensure that the "X USER ID" property is correctly set; otherwise, the API may reject the request.
  • Invalid asset ID: Providing an incorrect or non-existent asset ID will result in no data or an error response.
  • Authentication errors: Verify that the API key credential is valid and has the necessary permissions.
  • Network issues: Check connectivity to the configured base URL of the AvantGuard API.
  • Unexpected API responses: Confirm that the API version matches the one expected by the node.

Links and References

Discussion