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 project. It is useful in scenarios where you need to monitor or analyze the storage usage of projects managed within the mittwald platform. For example, it can be used to automate reporting on project storage consumption or to trigger alerts when storage limits are approached.

Properties

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

Output

The node outputs JSON data containing the storage space statistics for the specified project. The exact structure depends on the API response but typically includes details such as total storage used, available storage, and possibly breakdowns by file type or date. No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node sends requests to the base URL: https://api.mittwald.de.
  • Proper configuration of the API credential in 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 may prevent reaching the mittwald API endpoint.
  • Error messages and resolutions:

    • Authentication failed: Verify that the API key credential is correctly configured and valid.
    • Project not found: Confirm that the provided Project Id exists and is accessible with the current credentials.
    • Request timeout or network error: Check internet connection and API service status.

Links and References

Discussion