mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve specific system software version information for an application. It is useful when you need to programmatically access detailed version data of system software managed within the mittwald environment. For example, it can be used in automation workflows that monitor or audit software versions deployed on systems, or to trigger actions based on particular software version details.

Properties

Name Meaning
System Software Id The unique identifier of the system software whose version information you want to fetch.
System Software Version Id The unique identifier of the specific system software version to retrieve details for.

Output

The node outputs JSON data containing the details of the requested system software version. This typically includes metadata such as version number, release date, and other relevant attributes provided by the mittwald mStudio API. There is no binary data output from this node.

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.
  • No additional external dependencies are required beyond the configured API credential.

Troubleshooting

  • Missing or invalid API credentials: Ensure that a valid API key credential is configured in n8n for authenticating with the mittwald API.
  • Invalid or missing IDs: Both "System Software Id" and "System Software Version Id" are required. Providing incorrect or non-existent IDs will result in errors or empty responses.
  • Network issues: Verify network connectivity to https://api.mittwald.de.
  • API rate limits or permissions: If the API returns authorization errors, check that the API key has sufficient permissions and that rate limits have not been exceeded.

Links and References

Discussion