mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API, specifically allowing users to copy an existing app installation to a target project. It is useful in scenarios where you want to duplicate or migrate app installations within different projects managed by mittwald's platform. For example, if you have configured an app installation in one project and want to replicate it with some modifications (like description or installation path) in another project, this node facilitates that process.

Properties

Name Meaning
App Installation Id The unique identifier of the app installation you want to copy.
Description A textual description for the new copied app installation.
Installation Path The file system or deployment path where the app installation will be placed.
Target Project Id The identifier of the project where the app installation copy should be created.

Output

The node outputs JSON data representing the result of the copy operation. This typically includes details about the newly created app installation such as its ID, status, and other metadata returned by the mittwald API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The base URL for API requests is https://api.mittwald.de.
  • The node uses standard HTTP headers for JSON content (Accept: application/json, Content-Type: application/json).

Troubleshooting

  • Common issues:
    • Invalid or missing App Installation Id can cause the API request to fail.
    • Incorrect Target Project Id may lead to errors or copying to unintended projects.
    • Network connectivity issues or invalid API credentials will prevent successful communication with the mittwald API.
  • Error messages:
    • Authentication errors usually indicate problems with the provided API key; ensure the credential is valid and has necessary permissions.
    • Validation errors from the API might occur if required properties like description or installation path are missing or malformed.
  • Resolution tips:
    • Double-check all input property values before execution.
    • Verify API credentials and network access.
    • Consult mittwald API documentation for specific error codes and their meanings.

Links and References

Discussion