Actions59
- Instancia Actions
- Mensaje Actions
- Grupo Actions
- Crear Grupo
- Actualizar Imagen Del Grupo
- Actualizar Nombre Del Grupo
- Actualizar Descripción Del Grupo
- Actualizar Configuraciones
- Actualizar Miembros
- Buscar Enlace De Invitación
- Revocar Enlace De Invitación
- Enviar Enlace De Invitación
- Buscar Grupos
- Encontrar Participantes
- Mensajes Temporales
- Entrar en El Grupo
- Salir Del Grupo
- Chat Actions
- Perfil Actions
- Evento Actions
Overview
This node, named "Wazend API," allows users to interact with the Wazend API to perform various operations on different resources. Specifically, for the resource "Instancia" (Instance), it supports an operation to delete an instance by its name. This node is useful in automation workflows where managing instances programmatically is required, such as cleaning up unused instances or automating infrastructure management.
A practical example would be a workflow that automatically deletes instances based on certain criteria, like expiration date or inactivity, by specifying the instance name to remove it via this node.
Properties
Name | Meaning |
---|---|
Nombre De La Instancia | The name of the instance to be deleted. This is a required string input identifying which instance will be removed. |
Output
The node outputs a JSON array containing the result of the delete operation. The exact structure depends on the API response but typically includes confirmation of deletion or error details if the operation failed.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authenticating with the Wazend API.
- The base URL for API requests is
https://docs.wazend.net/wazend
. - The node expects JSON responses and sends JSON content-type headers.
Troubleshooting
- Operation not supported error: If the specified operation or resource is not recognized, the node throws an error indicating the operation is unsupported. Ensure the resource is set to "instances-api" and the operation to "delete-instance".
- Authentication errors: Missing or invalid API credentials will cause authentication failures. Verify that the API key credential is correctly configured.
- Instance not found: If the instance name does not exist, the API may return an error or empty result. Confirm the instance name is correct.
- Network issues: Connectivity problems to the API endpoint can cause request failures. Check network access and API availability.
Links and References
- Wazend API Documentation (base URL used by the node)