Binalyze AIR icon

Binalyze AIR

Manage Binalyze AIR resources

Actions99

Overview

This node enables managing acquisition profiles and remote acquisitions within the Binalyze AIR platform. Specifically, the Delete Acquisition operation allows users to delete an existing acquisition profile by specifying its unique identifier.

Common scenarios for this node include:

  • Automating cleanup of outdated or unused acquisition profiles.
  • Integrating acquisition profile management into broader incident response workflows.
  • Programmatically removing acquisitions as part of asset lifecycle management.

For example, a security analyst might use this node in a workflow that automatically deletes acquisition profiles after their associated investigations are closed, ensuring the environment remains tidy and secure.

Properties

Name Meaning
Acquisition Profile The acquisition profile to operate on. You can select it either from a searchable list of existing profiles or specify its ID directly. The ID must contain only letters, numbers, hyphens, and underscores. This property is required.

Output

The node outputs JSON data representing the result of the deletion operation. Typically, this will confirm whether the acquisition profile was successfully deleted or provide error details if the operation failed.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the Binalyze AIR API via a configured API authentication credential.
  • The node depends on the Binalyze AIR service being accessible and the user having sufficient permissions to delete acquisition profiles.

Troubleshooting

  • Invalid Acquisition Profile ID: If the provided ID contains invalid characters (anything other than letters, numbers, hyphens, or underscores), the node will reject it with a validation error. Ensure the ID format matches the requirements.
  • Profile Not Found: Attempting to delete a non-existent acquisition profile will likely result in an error from the API. Verify the profile exists before deletion.
  • Permission Denied: Insufficient permissions or expired API credentials may cause authorization errors. Confirm that the API key used has delete rights on acquisition profiles.
  • Network Issues: Connectivity problems with the Binalyze AIR API endpoint can cause timeouts or failures. Check network access and API availability.

Links and References

Discussion