Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve details of a specific firewall rule. It is useful in scenarios where you need to programmatically access firewall configurations, audit rules, or integrate firewall data into workflows for monitoring or compliance purposes. For example, you might use this node to fetch a firewall rule by its ID to verify its settings before applying changes or to log its details in an external system.

Properties

Name Meaning
X USER ID User Id (string) used as a header value to authenticate or identify the user making the request.
Id The numeric identifier of the firewall rule to retrieve.

Output

The node outputs JSON data representing the retrieved firewall rule. This JSON typically contains all relevant details of the firewall rule identified by the provided ID, such as rule parameters, conditions, and actions configured in the Connect Secure system.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • Depends on the Connect Secure API being accessible and properly configured.
  • The node uses the OpenAPI specification bundled internally to define operations and properties.

Troubleshooting

  • Missing or invalid X USER ID: If the "X USER ID" header is missing or incorrect, the API may reject the request. Ensure the correct user ID is provided.
  • Invalid or non-existent Id: Providing an invalid firewall rule ID will result in an error or empty response. Verify the ID exists in the Connect Secure system.
  • Authentication errors: Make sure the API key credential is valid and has sufficient permissions.
  • Network issues: Connectivity problems to the Connect Secure API endpoint can cause failures; check network and endpoint availability.

Links and References

Discussion