Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve information about a specific firewall interface. It is designed to fetch details of a firewall interface by its unique identifier, which can be useful in network management and security automation workflows. For example, a user might use this node to programmatically obtain configuration or status details of a firewall interface as part of an automated audit or monitoring process.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes in the API request.
Id The unique numeric identifier of the firewall interface to retrieve.

Output

The node outputs JSON data representing the retrieved firewall interface details. This typically includes all relevant properties returned by the Connect Secure API for that interface, such as configuration settings, status, and metadata. The output does not include binary data.

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 bundled OpenAPI specification to define available operations and properties.

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 interface ID will result in no data or an error response.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues: Confirm connectivity to the Connect Secure API endpoint.
  • API changes: If the Connect Secure API updates, the node's OpenAPI spec may need updating to reflect new or changed endpoints.

Links and References

Discussion