Wazend API icon

Wazend API

Interact with Wazend API

Overview

This node, named "Wazend API," is designed to interact with the Wazend API service. It allows users to perform various operations on different resources exposed by the Wazend API. Specifically, for the resource "Instancia" and operation "Buscar Instancia," the node fetches information about an instance based on a provided instance name.

Common scenarios where this node would be beneficial include:

  • Automating retrieval of instance details from the Wazend platform.
  • Integrating instance data fetching into workflows that require dynamic access to instance information.
  • Using the node as part of monitoring or reporting pipelines that depend on instance metadata.

For example, a user might input the name of an instance they want to query, and the node will return the corresponding instance details in JSON format.

Properties

Name Meaning
Nombre De La Instancia The name of the instance to search for. This is a string input where the user specifies which instance to fetch.

Output

The node outputs a JSON array containing the results returned by the Wazend API for the requested instance. Each element in the array corresponds to an instance matching the search criteria, including all relevant instance details as provided by the API.

If the node supports binary data output (not evident from the provided code), it would typically represent files or media related to the instance, but no such indication is present here.

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 requests with appropriate headers (Accept: application/json, Content-Type: application/json).
  • No other external dependencies are indicated.

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 specified and supported by the node.
  • Authentication Issues: Ensure that the API key credential is correctly configured and has sufficient permissions to access the Wazend API.
  • Empty or No Results: If no instances are returned, confirm that the instance name provided matches existing instances in the Wazend system.
  • Network or API Errors: Check network connectivity and API availability. Also, verify that the base URL has not changed.

Links and References

Discussion