Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve details about a specific Application Baseline Rule. It is designed to fetch information based on a unique identifier for an application baseline rule, which can be useful in scenarios where you need to audit, monitor, or manage security baselines within an enterprise environment.

Practical examples include:

  • Automatically retrieving baseline rules to verify compliance status.
  • Integrating baseline rule data into dashboards or reports.
  • Triggering workflows based on specific baseline rule attributes.

Properties

Name Meaning
X USER ID User Id required for authentication; it is sent as a header named X-USER-ID in the request.
Id The unique numeric identifier of the Application Baseline Rule to retrieve.

Output

The node outputs JSON data representing the retrieved Application Baseline Rule. This JSON typically contains all relevant details about the rule, such as its configuration, status, and metadata. There is no indication that the node outputs 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 an OpenAPI specification internally to build its properties and operations.

Troubleshooting

  • Missing or invalid X USER ID header: Ensure that the user ID is provided and correctly set in the input property; otherwise, the API may reject the request.
  • Invalid or non-existent Id: Providing an incorrect or non-existing rule ID will likely result in an error or empty response.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network or connectivity issues: Confirm that the Connect Secure API endpoint is reachable from the n8n instance.

Links and References

Discussion