AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the AvantGuard ConnectSecure API to retrieve details of a specific firewall group. It is useful in scenarios where you need to programmatically access firewall group configurations or statuses within your network security setup managed by AvantGuard. For example, you might use this node to fetch firewall group information before applying updates or auditing firewall rules.

Properties

Name Meaning
X USER ID User Id required for authentication, passed as a header named X-USER-ID in the request.
Id The numeric identifier of the firewall group to retrieve.

Output

The node outputs JSON data representing the retrieved firewall group details from the AvantGuard ConnectSecure API. This typically includes all properties and configuration details of the specified firewall group as returned by the API. There is no indication that binary data is output by this node.

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

Troubleshooting

  • Missing or invalid X USER ID: If the X USER ID header is missing or incorrect, the API will likely reject the request. Ensure the user ID is correctly provided.
  • Invalid Firewall Group Id: Providing an invalid or non-existent firewall group id may result in a "not found" error from the API.
  • Authentication errors: Make sure the API key credential is valid and has sufficient permissions.
  • Network issues: Verify connectivity to the AvantGuard ConnectSecure API endpoint.
  • Incorrect base URL: Confirm the base URL in the credentials matches the API environment (production, staging, etc.).

Links and References

Discussion