mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list DNS zones associated with a specific project. It is useful for users who manage domain configurations and need to retrieve DNS zone information programmatically within their workflows. For example, it can be used to automate monitoring or updating DNS settings across multiple projects.

Properties

Name Meaning
Project Id ID of the Project to list DNS Zones for

Output

The node outputs JSON data representing the list of DNS zones retrieved from the mittwald mStudio API for the specified project. The exact structure depends on the API response but typically includes details such as zone names, IDs, and related metadata.

No binary data output is indicated.

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 in n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Project Id will result in errors or empty responses.
    • Authentication failures if the API key credential is not set up correctly.
    • Network connectivity problems may prevent successful API calls.
  • Error messages:

    • Unauthorized or 401 errors indicate invalid API credentials.
    • 404 or similar errors may mean the Project Id does not exist or is inaccessible.
  • Resolutions:

    • Verify the Project Id is correct and accessible.
    • Ensure the API key credential is valid and has required permissions.
    • Check network connectivity and API endpoint availability.

Links and References

Discussion