mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation retrieves the DNS zone file for a specified DNS zone within the "Domain" resource. It is useful when you need to obtain the full zone file data for a domain managed via the mittwald mStudio API. Common scenarios include exporting DNS configurations, backing up DNS records, or migrating DNS settings to another provider.

For example, a user managing multiple domains might use this operation to programmatically fetch zone files for auditing or synchronization purposes.

Properties

Name Meaning
Dns Zone Id The unique identifier of the DNS zone to retrieve the zone file for. This is required to specify which domain's DNS zone file should be fetched.

Output

The output will contain a JSON object representing the DNS zone file data for the specified DNS zone. This typically includes all DNS records and configuration details as provided by the mittwald mStudio API.

If the node supports binary data output (not indicated in the source), it would represent the raw zone file content; however, based on the static code, only JSON output is expected.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node communicates with the mittwald API endpoint at https://api.mittwald.de.
  • Proper network access to the mittwald API service is necessary.

Troubleshooting

  • Invalid or missing DNS Zone Id: Ensure that the "Dns Zone Id" property is correctly set and corresponds to an existing DNS zone in your mittwald account.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to access DNS zone information.
  • Network issues: Confirm that your environment can reach the mittwald API endpoint without firewall or proxy restrictions.
  • API rate limits or service downtime: If requests fail repeatedly, check mittwald service status or consider implementing retry logic.

Links and References

Discussion