mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

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 programmatically 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 a larger workflow 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 relevant metadata defined by the mittwald API. The output does not include binary data.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node makes HTTP requests to https://api.mittwald.de.
  • Proper configuration of the API credential within n8n is necessary for successful operation.

Troubleshooting

  • Common issues:
    • Invalid or missing Project Id will cause the API request to fail.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network connectivity problems can prevent access to the mittwald API endpoint.
  • Error messages:
    • Authentication errors usually indicate invalid API keys; verify and update credentials.
    • "Project not found" or similar errors suggest the provided Project Id does not exist or is inaccessible.
    • Timeout or connection errors may require checking network settings or API availability.

Links and References

Discussion