mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation validates a Container Registry URI. It is useful when you need to verify that a given container registry address is correctly formatted or accessible before using it in further container deployment or management workflows. For example, before pulling container images or configuring container orchestration platforms, you can validate the registry URI to avoid runtime errors.

Properties

Name Meaning
Registry Uri The URI of the container registry to validate. This must be a valid string representing the registry's address.

Output

The node outputs JSON data containing the result of the validation process for the provided container registry URI. The exact structure depends on the API response but typically includes fields indicating whether the URI is valid and possibly additional metadata or error messages if invalid.

No binary data output is indicated.

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 configuration of the API credentials within n8n is necessary for successful requests.

Troubleshooting

  • Invalid URI format: If the registry URI is malformed, the node may return an error indicating invalid input. Ensure the URI follows standard container registry formats.
  • Authentication errors: Missing or incorrect API credentials will cause authentication failures. Verify that the API key credential is correctly set up.
  • Network issues: Connectivity problems to the mittwald API endpoint can cause timeouts or request failures. Check network access and proxy settings if applicable.
  • API rate limits or service downtime: If the mittwald API is unavailable or rate-limited, the node will fail to validate the URI. Monitor API status and usage quotas.

Links and References

Discussion