AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation retrieves discovery settings from the AvantGuard ConnectSecure API. It is useful for users who need to fetch configuration or metadata related to network or security discovery settings managed by AvantGuard. Typical use cases include automating the retrieval of current discovery configurations, auditing settings, or integrating these settings into broader workflows for monitoring or compliance.

Properties

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

Output

The node outputs JSON data representing the retrieved discovery settings. The structure corresponds to the response schema defined in the bundled OpenAPI specification (openapi.json), typically including details about each discovery setting record such as identifiers, configuration values, timestamps, and other relevant metadata.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for AvantGuard ConnectSecure.
  • Needs the base URL of the AvantGuard ConnectSecure API configured in the node credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package for building properties and handling requests based on the OpenAPI definition.

Troubleshooting

  • Missing or invalid X USER ID: The operation requires a valid user ID header; ensure it is provided and correct.
  • API authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
  • Query parameter issues: Invalid values for skip, limit, or order_by may cause errors or unexpected results; validate inputs.
  • Network or connectivity problems: Ensure the base URL is reachable and the network allows outbound connections to the API endpoint.

Links and References

  • AvantGuard ConnectSecure API documentation (refer to your organization's API docs or the OpenAPI spec bundled with the node).
  • n8n documentation on creating and using custom nodes with OpenAPI integration.

Discussion