mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

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 The unique identifier of the server for which to retrieve storage space statistics.

Output

The node outputs JSON data containing the storage space statistics of the specified server. This typically includes details such as total storage capacity, used space, free space, and possibly other related metrics provided by the mittwald mStudio API. The output does not include binary data.

Dependencies

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

Troubleshooting

  • Missing or invalid Server Id: Ensure that the "Server Id" property is correctly set and corresponds to an existing server in your mittwald account.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • API connectivity issues: Check network connectivity and confirm that the mittwald API endpoint is reachable.
  • Unexpected API responses: If the API changes or returns errors, review the response message for clues and update the node or credentials accordingly.

Links and References

Discussion