mittwald icon

mittwald

Interact with mittwald mStudio API

Actions100

Overview

This node interacts with the mittwald mStudio API to retrieve storage space statistics for a specific server within a project. It is useful for monitoring and managing server storage usage, helping users keep track of available and used disk space on their servers. For example, a system administrator can use this node to automatically fetch storage metrics and trigger alerts or maintenance workflows when disk usage exceeds certain thresholds.

Properties

Name Meaning
Server Id ID of the Server to retrieve storage space statistics for. This is a required string.

Output

The node outputs JSON data containing the storage space statistics of the specified server. The exact structure depends on the API response but typically includes details such as total storage capacity, used space, free space, and possibly other related metrics. There is no indication that the node outputs binary data.

Dependencies

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

Troubleshooting

  • Common issues:
    • Invalid or missing Server Id will cause the API request to fail.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network connectivity problems may prevent reaching the mittwald API endpoint.
  • Error messages:
    • Authentication errors usually indicate invalid API keys; verify and update credentials.
    • "Not Found" errors suggest the Server Id does not exist or is incorrect.
    • Timeout or network errors require checking internet connection or API availability.

Links and References

Discussion