mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation retrieves details of a specific MySQL database from the Mittwald mStudio API. It is useful when you need to fetch configuration or metadata about a particular MySQL database managed within the Mittwald hosting environment. For example, you might use this node to get connection details or status information for a database before performing further automation tasks such as backups, monitoring, or migrations.

Properties

Name Meaning
Mysql Database Id ID of the MySQLDatabase to be retrieved.

Output

The output JSON contains the detailed information of the requested MySQL database as returned by the Mittwald mStudio API. This typically includes properties such as database name, host, port, user credentials (masked or partial), status, and other metadata relevant to the database instance.

No binary data output is indicated in the source code.

Dependencies

  • Requires an API key credential for authenticating with the Mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for all requests.
  • The node expects the API to respond with JSON data.
  • No additional external dependencies are indicated beyond the API access.

Troubleshooting

  • Common issues:
    • Invalid or missing MySQL Database ID will result in errors or empty responses.
    • Authentication failures if the API key credential is incorrect or expired.
    • Network connectivity issues preventing access to the Mittwald API endpoint.
  • Error messages:
    • Unauthorized or 401 errors indicate problems with API authentication; verify the API key credential.
    • 404 Not Found errors suggest the specified MySQL Database ID does not exist or is inaccessible.
    • Timeout or network errors require checking internet connectivity and API availability.

Links and References

Discussion