AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the AvantGuard ConnectSecure API to retrieve a specific agent discovery setting mapping. It is designed to fetch detailed configuration or mapping information related to an agent's discovery settings by specifying an identifier. This functionality is useful in scenarios where users need to programmatically access and manage network discovery configurations, for example, automating audits of device discovery mappings or integrating discovery data into broader IT management workflows.

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 agent discovery setting mapping to retrieve.

Output

The node outputs JSON data representing the details of the requested agent discovery setting mapping. This typically includes all relevant fields returned by the API for that mapping, such as configuration parameters, status, and metadata. 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 credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package for building and handling OpenAPI-based requests.

Troubleshooting

  • Missing or invalid X USER ID: If the "X USER ID" header is missing or incorrect, the API may reject the request. Ensure this value is provided and valid.
  • Invalid Id parameter: Providing an invalid or non-existent Id will result in errors or empty responses. Verify the Id corresponds to an existing discovery setting mapping.
  • Authentication errors: Incorrect or expired API credentials will cause authentication failures. Check and update the API key credential as needed.
  • Network issues: Connectivity problems to the API endpoint can cause timeouts or connection errors. Confirm network access and correct base URL configuration.

Links and References

Discussion