mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

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

A practical example would be automating deployment pipelines where you want to verify if a recommended system software version is available before proceeding with an update.

Properties

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

Output

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

No binary data output is indicated.

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.
  • Proper configuration of the API authentication credential in n8n is necessary.

Troubleshooting

  • Missing or invalid System Software Id: The node requires a valid system software ID; ensure this is correctly set.
  • API authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Empty or unexpected results: Check the Version Range and Recommended filters to ensure they match existing data.
  • Network or connectivity issues: Confirm that your n8n instance can reach https://api.mittwald.de.

Links and References

Discussion