mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation updates the ingress paths of a specified domain ingress in the mittwald mStudio API. It allows users to modify routing configurations by specifying new target paths or other related settings for an existing ingress resource. This is useful in scenarios where you need to dynamically change how incoming traffic is routed within your infrastructure, such as updating backend service endpoints or adjusting path-based routing rules.

Practical examples include:

  • Redirecting traffic from one service to another without downtime.
  • Updating ingress rules after deploying new versions of applications.
  • Managing complex routing setups programmatically via n8n workflows.

Properties

Name Meaning
Ingress Id The unique identifier of the ingress resource whose paths you want to update.
Body A JSON object representing the new ingress path configuration. This includes the target details and any other relevant routing information.

Output

The node outputs the JSON response returned by the mittwald mStudio API after updating the ingress paths. This typically contains the updated ingress resource details, confirmation of changes, or error messages if the update failed.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for all requests.
  • Proper permissions on the API key are necessary to perform ingress updates.

Troubleshooting

  • Invalid Ingress Id: If the provided ingress ID does not exist or is malformed, the API will return an error. Verify the ingress ID before running the node.
  • Malformed JSON Body: The body property must be valid JSON. Errors in JSON syntax will cause request failures. Use proper JSON formatting.
  • Authentication Errors: Ensure the API key credential is correctly configured and has sufficient permissions.
  • API Rate Limits or Downtime: Temporary issues with the mittwald API may cause errors; retry after some time or check API status.

Links and References

Discussion