Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve the window protection status of a specific asset. It is useful in scenarios where users need to monitor or audit security settings related to asset windows, such as checking if certain protections are enabled or disabled on a given asset identified by its ID.

For example, a security analyst could use this node to programmatically fetch the protection status of multiple assets in an automated workflow, enabling timely responses to potential vulnerabilities.

Properties

Name Meaning
X USER ID User identifier required for authentication or tracking purposes in the API request header.
Id Numeric identifier of the asset whose window protection status is being retrieved.

Output

The node outputs JSON data containing the window protection status information for the specified asset. The exact structure depends on the API response but typically includes fields indicating whether window protection is active, details about the protection configuration, and possibly timestamps or metadata related to the status.

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 service being accessible.
  • The node uses an OpenAPI specification internally to define operations and properties.

Troubleshooting

  • Missing or invalid X USER ID: Ensure that the "X USER ID" property is correctly set; otherwise, the API may reject the request.
  • Invalid asset Id: Providing an incorrect or non-existent asset 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 issues: Confirm connectivity to the Connect Secure API endpoint.
  • Unexpected API response: If the API changes or returns unexpected data, the node might fail or produce incomplete output.

Links and References

Discussion