mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows users to list the available MySQL versions for a specified project within a database service. It is useful when you need to query which MySQL versions are supported or available for deployment or upgrade in a particular project environment. For example, before creating or migrating a database instance, you might want to verify compatible MySQL versions.

Properties

Name Meaning
Project Id ID of the Project to list available MySQL versions for.

Output

The output will be a JSON object containing the list of MySQL versions available for the given project ID. Each item in the list typically includes version details such as version number and possibly additional metadata describing each MySQL version.

If the node supports binary data output, it would generally relate to any downloadable content or files returned by the API, but based on the provided code and operation, this node primarily outputs JSON data about MySQL versions.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node communicates with the mittwald API endpoint at https://api.mittwald.de.
  • The node uses OpenAPI specifications bundled internally to define its properties and requests.

Troubleshooting

  • Common issues:

    • Invalid or missing Project Id: Ensure that the Project Id property is correctly set and corresponds to an existing project.
    • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
    • Network or API availability issues: Check connectivity to the mittwald API endpoint.
  • Error messages:

    • Unauthorized or 401 errors indicate problems with API credentials.
    • 404 or "Project not found" errors suggest the Project Id does not exist or is incorrect.
    • Timeout or network errors may require retrying or checking network settings.

Links and References

Discussion