mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation creates a new DNS zone within a specified parent DNS zone using the mittwald mStudio API. It is useful for managing DNS configurations programmatically, especially when automating domain and DNS management tasks in infrastructure or web hosting environments. For example, if you manage multiple domains and need to create subzones dynamically, this node can automate that process.

Properties

Name Meaning
Name The name of the new DNS zone to be created.
Parent Zone Id The identifier of the parent DNS zone under which the new zone will be created.

Output

The output JSON contains the response from the mittwald mStudio API after creating the DNS zone. This typically includes details about the newly created DNS zone such as its ID, name, and other metadata returned by the API. The node does not explicitly handle binary data output.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for all requests.
  • The node depends on the @devlikeapro/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled with the node for request building.

Troubleshooting

  • Authentication errors: Ensure the API key credential is correctly configured and has sufficient permissions.
  • Invalid Parent Zone Id: If the parent zone ID does not exist or is incorrect, the API will likely return an error. Verify the parent zone ID before use.
  • Missing required properties: Both "Name" and "Parent Zone Id" are required; missing either will cause the node to fail.
  • API rate limits or network issues: These may cause request failures; check connectivity and API usage limits.

Links and References

Discussion