mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to retrieve information about a specific project's LLM (Large Language Model) licenses in an experimental capacity. It is useful for users who want to programmatically access licensing details related to AI or machine learning models associated with their projects managed via mittwald's platform.

A practical example would be automating license audits or integrating license status checks into a larger workflow that manages project resources or compliance tracking.

Properties

Name Meaning
Project Id The unique identifier of the project for which to fetch LLM licenses. This is a required string input.

Output

The node outputs JSON data containing the LLM license information for the specified project. The exact structure depends on the mittwald mStudio API response but typically includes license details such as license types, counts, expiration dates, and usage metrics.

No binary data output is indicated by the source code.

Dependencies

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

Troubleshooting

  • Common issues:

    • Invalid or missing Project Id will cause the API call to fail.
    • Incorrect or expired API credentials will result in authentication errors.
    • Network connectivity problems can prevent reaching the mittwald API endpoint.
  • Error messages:

    • Authentication failures typically indicate invalid API keys; verify and update credentials.
    • "Project not found" or similar errors suggest the provided Project Id does not exist or is inaccessible.
    • Timeout or connection errors may require checking network settings or API availability.

Links and References

Discussion