mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation lists SSL certificate requests associated with a specific domain in the mittwald mStudio platform. It is useful for users who want to retrieve and manage SSL certificate requests tied to their projects and ingress configurations within mittwald's hosting environment.

Typical use cases include:

  • Auditing pending or existing SSL certificate requests for a domain.
  • Automating monitoring of SSL certificates status.
  • Integrating SSL management into broader workflows, such as deployment pipelines or security audits.

Properties

Name Meaning
Project Id The identifier of the project for which to list SSL certificate requests.
Ingress Id The identifier of the ingress resource within the project to filter certificate requests.

Output

The node outputs JSON data representing the list of SSL certificate requests retrieved from the mittwald API. Each item in the output typically contains details about individual certificate requests, such as request IDs, statuses, domain names, and timestamps.

No binary data output is indicated for this operation.

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 credential in n8n is necessary to authorize requests.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Incorrect Project Id or Ingress Id values may result in empty responses or errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
    • "Not Found" or similar errors suggest that the specified Project Id or Ingress Id does not exist or is inaccessible; double-check these identifiers.
    • Rate limiting or server errors from the API should be handled by retrying after some delay.

Links and References

Discussion