AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

This node allows you to delete a specific Asset Password by its ID from the Hudu system via the AvantGuard integration. It is useful in scenarios where you need to programmatically remove credentials or passwords associated with assets, such as during asset decommissioning, security clean-up, or when rotating credentials.

Example use cases:

  • Automatically deleting old or compromised asset passwords.
  • Integrating password removal into IT automation workflows.
  • Ensuring compliance by removing sensitive data after asset retirement.

Properties

Name Type Meaning
Id Number ID of the requested Password to be deleted.

Output

  • The node will output a JSON object indicating the result of the deletion operation. Typically, this may include a success status or confirmation that the password with the specified ID has been deleted.
  • No binary data is produced by this operation.

Dependencies

  • External Service: Requires access to a Hudu instance via the AvantGuard API.
  • API Key/Credentials: Needs valid avantguardHuduApi credentials configured in n8n, including the base URL and authentication details.
  • n8n Configuration: Ensure the credentials are set up under the name avantguardHuduApi.

Troubleshooting

  • Invalid ID Error: If an invalid or non-existent ID is provided, the node may return an error indicating that the password was not found. Double-check the ID value.
  • Authentication Errors: Missing or incorrect API credentials will result in authentication failures. Ensure your avantguardHuduApi credentials are correctly configured.
  • Connection Issues: Network problems or incorrect base URL settings can cause connection errors. Verify connectivity and configuration.

Links and References

Discussion