Wazend API icon

Wazend API

Interact with Wazend API

Overview

This node, named "Wazend API," is designed to interact with the Wazend API, allowing users to perform various operations on different resources. Specifically, for the resource Perfil (Profile) and the operation Actualizar Nombre Del Perfil (Update Profile Name), the node updates the name of a profile instance within the Wazend system.

Common scenarios where this node is beneficial include:

  • Renaming user profiles or instances programmatically as part of automation workflows.
  • Synchronizing profile names between systems.
  • Bulk updating profile names based on external triggers or data changes.

For example, if you have an automated process that manages user accounts and needs to update profile names when certain conditions are met, this node can be used to perform those updates via the Wazend API.

Properties

Name Meaning
Nombre De La Instancia The name of the instance whose profile name you want to update. This is a required string input.
Nombre The new name to assign to the profile. This is a required string input.

Output

The node outputs a JSON array containing the response from the Wazend API after attempting to update the profile name. The exact structure depends on the API's response but typically includes confirmation of the update or details about the updated profile.

If the node supports binary data output, it is not indicated in the provided code or properties, so the output is purely JSON-based.

Dependencies

  • Requires an active connection to the Wazend API endpoint at https://docs.wazend.net/wazend.
  • Needs an API authentication token or key configured in the node credentials to authorize requests.
  • The node depends on internal helper functions mapped by resource and operation to execute the correct API call.

Troubleshooting

  • Operation Not Supported Error: If you select an unsupported operation or resource, the node throws an error stating the operation is not supported. Ensure you use valid combinations of resource and operation.
  • Authentication Errors: If the API key or token is missing or invalid, the node will fail to authenticate. Verify that the API credentials are correctly set up.
  • Invalid Input: Since both properties are required, leaving them empty or providing invalid types may cause errors. Always provide valid strings for instance name and new profile name.
  • API Endpoint Issues: Network issues or incorrect base URL configuration can lead to request failures. Confirm network connectivity and correct API endpoint usage.

Links and References

Discussion