Wazend API icon

Wazend API

Interact with Wazend API

Overview

This node, named "Wazend API," is designed to interact with the Wazend API service. Specifically, for the resource "Perfil" and operation "Buscar Configuraciones De Privacidad" (Search Privacy Settings), it allows users to retrieve privacy configuration details associated with a given instance name. This can be useful in scenarios where you need to programmatically access or audit privacy settings of user profiles within the Wazend platform.

Practical examples include:

  • Automating the retrieval of privacy configurations for compliance checks.
  • Integrating privacy settings data into dashboards or reports.
  • Triggering workflows based on specific privacy configurations.

Properties

Name Meaning
Nombre De La Instancia The name of the instance to query. This is a required string input specifying which instance's privacy settings to fetch.

Output

The node outputs a JSON array containing the results returned by the Wazend API for the requested privacy configurations. Each item in the array represents a set of privacy settings related to the specified instance. The exact structure depends on the API response but generally includes fields describing various privacy options configured for that profile instance.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the Wazend API.
  • The base URL for requests is https://docs.wazend.net/wazend.
  • Proper network connectivity to the Wazend API endpoint is necessary.

Troubleshooting

  • Operation Not Supported Error: If the node throws an error stating the operation is not supported, verify that the resource and operation names are correctly set as "Perfil" and "Buscar Configuraciones De Privacidad" respectively.
  • Authentication Errors: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Empty or Unexpected Responses: Confirm that the instance name provided exists and that the Wazend API is returning valid data for it.
  • Network Issues: Check internet connectivity and firewall settings that might block access to the Wazend API endpoint.

Links and References

Discussion