Ikoula SSL API icon

Ikoula SSL API

Interact with Ikoula SSL API for SSL certificate services management. Developed by Ascenzia - www.ascenzia.fr

Overview

This node interacts with the Ikoula SSL API to manage SSL certificate services. Specifically, the "Get Subscription Details" operation retrieves detailed information about a particular SSL subscription by its ID. This is useful for users who want to programmatically access the status, configuration, or metadata of their SSL subscriptions managed through Ikoula.

Practical examples include:

  • Automatically fetching SSL subscription details to monitor certificate expiry or renewal status.
  • Integrating SSL subscription data into dashboards or reporting tools.
  • Triggering workflows based on specific subscription attributes or changes.

Properties

Name Meaning
Subscription ID The unique numeric identifier of the SSL subscription to retrieve details for.
Response Format The format in which the API response will be returned. Options: JSON or XML.

Output

The node outputs an array of items where each item contains a json field holding the API response data:

  • If the response format is JSON, the json field contains the parsed JSON object representing the subscription details.
  • If the response format is XML, the json field contains the raw XML string under a data property (as a string).

No binary data output is produced by this node.

Dependencies

  • Requires valid credentials for the Ikoula API, including email, password, and optionally a custom API URL.
  • The password is encrypted using RSA public key encryption before being sent.
  • The node makes HTTP GET requests to the Ikoula API endpoints.
  • Requires network access to https://api.ikoula.com or a user-specified API URL.

Troubleshooting

  • No credentials provided!
    Error thrown if the required API credentials are missing. Ensure that the node has been configured with valid Ikoula API credentials.

  • Invalid Subscription ID
    If the subscription ID does not exist or is invalid, the API may return an error or empty response. Verify the subscription ID is correct.

  • Response format issues
    Selecting XML format returns raw XML as a string inside the JSON output; downstream nodes expecting JSON objects may fail. Use JSON format unless XML is specifically needed.

  • Network or API errors
    HTTP request failures due to network issues or incorrect API URL will cause errors. Check network connectivity and API endpoint correctness.

  • Continue On Fail behavior
    If enabled, the node will continue processing other items even if one fails, returning error messages in the output JSON.

Links and References


If you need further details or help with other operations or resources, feel free to ask!

Discussion