mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to verify ownership of a specific Ingress resource within a Domain. It is useful in scenarios where you need to confirm that you have control or authorization over a particular Ingress identified by its unique ID. For example, before performing operations that require verified ownership, such as modifying DNS settings or routing rules, this verification step ensures security and proper access control.

Properties

Name Meaning
Ingress Id UUID of the Ingress to verify ownership for

Output

The node outputs JSON data representing the result of the ownership verification request. This typically includes confirmation status and any relevant metadata returned by the mittwald mStudio API about the Ingress ownership verification. The output does not include binary data.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node sends requests to the base URL: https://api.mittwald.de.
  • Proper configuration of the API authentication token in n8n credentials is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Ingress Id: Ensure the UUID provided is correct and corresponds to an existing Ingress.
    • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
    • Network or API endpoint errors: Confirm network connectivity and that the mittwald API service is operational.
  • Error messages:

    • Unauthorized or 401 errors indicate problems with API credentials.
    • 404 errors may mean the specified Ingress Id does not exist.
    • Timeout or connection errors suggest network issues or API downtime.

Resolving these usually involves checking input values, credential configurations, and network status.

Links and References

Discussion