Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve detailed information about a specific asset port. It is designed for scenarios where users need to fetch data related to network or hardware assets managed within the Connect Secure system. For example, a network administrator could use this node to programmatically obtain port details of an asset by specifying its unique identifier, enabling automation of inventory management or integration with other IT systems.

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 asset port to retrieve information about.

Output

The node outputs JSON data containing the details of the requested asset port. This typically includes all relevant fields returned by the Connect Secure API for that asset port, such as port configuration, status, and metadata. There is no binary output from this node.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • Needs the "X USER ID" header value provided as input to identify the user making the request.
  • Depends on the Connect Secure API being accessible and properly configured.

Troubleshooting

  • Missing or invalid "X USER ID": The API may reject requests without a valid user ID header. Ensure this property is correctly set.
  • Invalid or missing asset port Id: Providing an incorrect or non-existent Id will result in errors or empty responses. Verify the Id before execution.
  • API authentication failures: Check that the API key credential is valid and has sufficient permissions.
  • Network connectivity issues: Confirm that the Connect Secure API endpoint is reachable from the n8n environment.

Links and References

Discussion