mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list Redis databases associated with a specific project. It is useful for users who manage multiple Redis databases within projects on the mittwald platform and want to retrieve an overview or details of these databases programmatically within their n8n workflows.

A practical example would be automating monitoring or backup workflows where you first list all Redis databases under a project before performing further operations like exporting data or checking status.

Properties

Name Meaning
Project Id ID of the Project to list Redis Databases for

Output

The node outputs JSON data representing the list of Redis databases for the specified project. The exact structure depends on the mittwald mStudio API response but typically includes details such as database identifiers, names, and possibly metadata related to each Redis database.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de to make requests.
  • The node depends on the @devlikeapro/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Missing or invalid Project Id: Ensure the "Project Id" property is provided and correctly corresponds to an existing project in mittwald mStudio.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to access Redis database information.
  • Network or API errors: Check network connectivity and confirm the mittwald API service is operational.
  • Unexpected API responses: If the output JSON does not match expectations, verify the API version compatibility and review any changes in the mittwald API.

Links and References

Discussion