AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node is designed to retrieve a specific firewall rule by its unique identifier. It is useful in scenarios where you need to fetch detailed information about a particular firewall rule for auditing, monitoring, or configuration purposes. For example, a network administrator might use this node to verify the settings of a firewall rule before making changes or to integrate firewall rule data into a larger automation workflow.

Properties

Name Meaning
X USER ID User Id required for authentication or identification in the API request header.
Id The unique numeric identifier of the firewall rule to retrieve.

Output

The output will contain a JSON object representing the retrieved firewall rule details. This typically includes all properties and configurations associated with that firewall rule as returned by the external service's API. The node does not output binary data.

Dependencies

  • Requires an API key credential for authenticating requests to the AvantGuard ConnectSecure API.
  • Needs the base URL of the API configured in the credentials.
  • Depends on the external AvantGuard ConnectSecure service to fetch firewall rule data.

Troubleshooting

  • Missing or invalid X USER ID: Ensure the "X USER ID" property is correctly set; otherwise, the API may reject the request.
  • Invalid or non-existent Id: Providing an incorrect firewall rule ID will result in errors or empty responses.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues: Check connectivity to the configured API base URL.
  • API response errors: Review error messages from the API for rate limits, permission issues, or malformed requests.

Links and References

Discussion