mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to manage container registries. Specifically, the "Container Delete Registry" operation allows users to delete a container registry by specifying its unique identifier. This is useful in scenarios where you want to clean up unused or obsolete container registries from your environment to maintain organization and security.

Practical examples include:

  • Automating the removal of container registries that are no longer needed after deployment cycles.
  • Integrating cleanup tasks into CI/CD pipelines to ensure only active registries remain.

Properties

Name Meaning
Registry Id The unique ID of the container registry to be deleted. This is a required string input.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after attempting to delete the specified container registry. Typically, this will include confirmation of deletion or error details if the operation failed.

No binary data output is expected for this operation.

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 configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Registry Id will result in an error response from the API.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems can prevent successful API calls.
  • Error messages and resolutions:

    • "Unauthorized" or similar: Check that the API key credential is correctly configured and has sufficient permissions.
    • "Registry not found": Verify that the Registry Id provided exists and is correct.
    • Timeouts or network errors: Ensure stable internet connection and that the mittwald API endpoint is reachable.

Links and References

Discussion