Binalyze AIR icon

Binalyze AIR

Manage Binalyze AIR resources

Actions99

Overview

This node enables managing "Auto Asset Tags" within the Binalyze AIR platform, specifically supporting operations such as deleting an auto asset tag. Auto asset tags are used to automatically categorize or label assets (e.g., endpoints or devices) based on predefined criteria, which helps in organizing and automating asset management workflows.

A common use case for the "Delete Auto Asset Tag" operation is when an auto asset tag is no longer needed or was created by mistake, and you want to remove it from the system to keep the tagging scheme clean and relevant.

Practical example:

  • Automatically removing outdated or incorrect auto asset tags that were applied to endpoint assets, ensuring that subsequent asset categorizations are accurate.

Properties

Name Meaning
Auto Asset Tag The specific auto asset tag to delete. You can select it from a list, specify its ID, or provide its name.

The "Auto Asset Tag" property supports three modes of input:

  • From List: Select from a searchable list of existing auto asset tags.
  • By ID: Enter the unique identifier of the auto asset tag (letters, numbers, hyphens, underscores only).
  • By Name: Enter the exact name of the auto asset tag.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation details such as the ID or name of the deleted auto asset tag and possibly status information indicating success.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Binalyze AIR platform.
  • The node depends on the Binalyze AIR API being accessible and properly configured.
  • No additional external services are required beyond the Binalyze AIR API.

Troubleshooting

  • Invalid Auto Asset Tag ID: If you enter an ID containing invalid characters (anything other than letters, numbers, hyphens, or underscores), the node will reject it. Ensure the ID matches the allowed pattern.
  • Auto Asset Tag Not Found: If the specified auto asset tag does not exist, the API will likely return an error. Verify the tag exists before attempting deletion.
  • Authentication Errors: If the API key credential is missing or invalid, the node will fail to authenticate. Check your credentials and permissions.
  • Network Issues: Connectivity problems with the Binalyze AIR API will cause execution failures. Confirm network access and API availability.

Links and References

Discussion