Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to delete an Endpoint Detection and Response (EDR) record. It is useful in scenarios where you need to programmatically remove specific EDR entries from your security or monitoring system, for example, when cleaning up outdated or irrelevant threat data.

A practical use case would be automating the removal of EDR records identified as false positives or resolved incidents, helping maintain an accurate and current dataset without manual intervention.

Properties

Name Meaning
X USER ID User Id required for the request, sent as a header X-USER-ID
Id The numeric identifier of the EDR record to delete

Output

The node outputs JSON data representing the response from the Connect Secure API after attempting to delete the specified EDR record. This typically includes confirmation of deletion or error details if the operation failed.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the Connect Secure API being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API authentication setup.

Troubleshooting

  • Missing or invalid X USER ID header: The API may reject requests without a valid user ID header. Ensure this property is correctly set.
  • Invalid or non-existent EDR Id: Attempting to delete an EDR record that does not exist will likely result in an error response. Verify the ID before deletion.
  • Authentication errors: If the API key credential is missing or incorrect, the node will fail to authenticate.
  • Network issues: Connectivity problems to the Connect Secure API endpoint can cause timeouts or failures.

To resolve these:

  • Double-check input properties for correctness.
  • Confirm API credentials are valid and have necessary permissions.
  • Ensure network connectivity to the API service.

Links and References

Discussion