mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve information about system software installed for a specific app installation. It is useful in scenarios where you need to audit, monitor, or manage the software components associated with an app installation within the mittwald environment. For example, you might use this node to verify which system software versions are currently deployed on a given app installation or to filter installed software by tags.

Properties

Name Meaning
App Installation Id The unique identifier of the app installation for which to fetch installed system software. This is a required string input.
Tag Filter An optional string used to filter the installed system software by specific tags. This value is sent as a query parameter named tagFilter.

Output

The node outputs JSON data representing the installed system software related to the specified app installation. The exact structure depends on the API response but typically includes details such as software names, versions, and associated metadata. There is no indication that binary data is returned.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON content-type headers.
  • No additional external dependencies beyond the mittwald API and its authentication.

Troubleshooting

  • Missing or invalid App Installation Id: Since this property is required, omitting it or providing an incorrect ID will likely cause the API call to fail. Ensure the ID is correct and provided.
  • Invalid tag filter: If the tag filter does not match any installed software tags, the output may be empty.
  • Authentication errors: Make sure the API key credential is correctly configured and has sufficient permissions.
  • Network issues: Connectivity problems to the mittwald API endpoint can cause request failures.

Links and References

Discussion