mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve detailed information about a specific container service within a given stack. It is useful in scenarios where you need to programmatically access the configuration or status of containerized services managed by mittwald's platform. For example, you might use this node to monitor service health, fetch metadata for deployment automation, or integrate container service details into broader workflows.

Properties

Name Meaning
Stack Id ID of the Stack the Service belongs to. The default Stack's ID equals the Project's ID.
Service Id ID of the specific Service to be retrieved within the specified Stack.

Output

The node outputs JSON data representing the details of the requested container service. This typically includes all relevant metadata and status information as provided by the mittwald mStudio API for that service. There is no indication that binary data is returned.

Dependencies

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

Troubleshooting

  • Missing or invalid Stack Id or Service Id: Ensure both IDs are correctly provided; otherwise, the API will likely return an error indicating the resource was not found.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues or API downtime: Check connectivity and mittwald API status if requests fail unexpectedly.
  • Unexpected response format: Confirm that the API version matches what the node expects, as changes in the API could affect output structure.

Links and References

Discussion