Binalyze AIR icon

Binalyze AIR

Manage Binalyze AIR resources

Actions99

Overview

This node integrates with Binalyze AIR to manage security policies, specifically allowing deletion of a selected policy. It is useful in scenarios where automated workflows need to remove outdated or irrelevant security policies from the system, such as during cleanup operations or when policies are replaced by updated versions.

For example, an incident response workflow might delete a policy that is no longer applicable after a case is closed, ensuring the environment remains clean and policies stay relevant.

Properties

Name Meaning
Policy The specific security policy to delete. You can select it either from a searchable list of existing policies or specify its ID directly.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this includes confirmation of successful deletion or details about the deleted policy. There is no indication that binary data is output by this operation.

Dependencies

  • Requires an API key credential for authenticating with the Binalyze AIR service.
  • The node depends on the Binalyze AIR API being accessible and properly configured.
  • No additional external dependencies are indicated.

Troubleshooting

  • Common Issues:

    • Providing an invalid policy ID format (must only contain letters, numbers, hyphens, and underscores) will cause validation errors.
    • Attempting to delete a non-existent policy may result in an error from the API.
    • Network or authentication failures can prevent successful deletion.
  • Error Messages:

    • "Not a valid policy ID (must contain only letters, numbers, hyphens, and underscores)": Ensure the policy ID matches the required pattern.
    • "Unknown resource" error indicates the resource parameter was not set correctly; ensure "Policy" is selected.
    • API errors related to authorization or connectivity should be resolved by verifying credentials and network access.

Links and References

Discussion