mittwald icon

mittwald

Interact with mittwald mStudio API

Actions100

Overview

This node interacts with the mittwald mStudio API to list backup schedules for a specific project. It is useful in scenarios where you need to retrieve and manage backup configurations associated with projects hosted on the mittwald platform. For example, you might use this node to automate monitoring of backup schedules or integrate backup data into broader workflows for project management or disaster recovery planning.

Properties

Name Meaning
Project Id ID of the Project to list BackupSchedules for.

Output

The node outputs JSON data representing the list of backup schedules associated with the specified project. Each item in the output typically contains details about an individual backup schedule such as timing, frequency, and other configuration parameters defined 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 all requests.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Missing or invalid Project Id: Ensure that the "Project Id" property is provided and correctly corresponds to an existing project in mittwald.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to access backup schedules.
  • Network issues or API downtime: Check connectivity to https://api.mittwald.de and confirm the API service status.
  • Unexpected response format: If the API changes, the node may fail to parse the response correctly; updating the node or checking API documentation may be required.

Links and References

Discussion