mittwald icon

mittwald

Interact with mittwald mStudio API

Actions100

Overview

This node interacts with the mittwald mStudio API to list system software versions for a specified system software ID. It is useful when you need to retrieve version information about system software managed within the mittwald platform, such as for monitoring, auditing, or automation workflows that depend on specific software versions.

A practical example would be automating the retrieval of all available versions of a particular system software component to check for updates or compatibility before deployment.

Properties

Name Meaning
System Software Id The unique identifier of the system software whose versions you want to list.
Version Range (Optional) A filter specifying a range of versions to include in the results.
Recommended A boolean flag indicating whether to only include recommended versions (true) or all versions (false).

Output

The node outputs JSON data containing the list of system software versions matching the provided criteria. Each item in the output typically includes details such as version number, release notes, and recommendation status.

If the node supports binary data output, it would represent associated files or artifacts related to the software versions, but based on the code and properties, this node primarily outputs JSON data.

Dependencies

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

Troubleshooting

  • Missing or invalid System Software Id: Since this property is required, omitting it or providing an incorrect ID will likely cause errors or empty responses. Ensure the ID is correct and exists in the mittwald system.
  • API authentication errors: If the API key credential is missing, expired, or invalid, the node will fail to authenticate. Verify the API key configuration in n8n credentials.
  • Incorrect version range format: Providing an improperly formatted version range may result in no data returned or API errors. Confirm the expected format from mittwald API documentation.
  • Network or connectivity issues: Failures to reach the API endpoint will cause errors; ensure network access to api.mittwald.de.

Links and References

Discussion