mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve information about a specific DNS zone within a domain. It is useful when you need to programmatically access DNS zone details, for example, to verify DNS configurations, automate domain management tasks, or integrate DNS data into workflows.

A practical example would be automating the retrieval of DNS zone settings before updating records or auditing domain configurations across multiple domains.

Properties

Name Meaning
Dns Zone Id The ID of the DNS zone to be retrieved.

Output

The node outputs JSON data representing the details of the requested DNS zone. This typically includes all relevant DNS zone information as returned by the mittwald mStudio API, such as zone identifiers, nameservers, and configuration parameters.

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

  • Missing or invalid DNS Zone Id: Ensure that the "Dns Zone Id" property is provided and correctly corresponds to an existing DNS zone.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • API connectivity issues: Check network connectivity and that the mittwald API endpoint is reachable.
  • Unexpected API responses: Confirm that the API version and endpoint have not changed; update the node or credentials accordingly.

Links and References

Discussion