Summa icon

Summa

Consume Summa API (v.0.1.7)

Actions182

Overview

This node integrates with the Summa API to manage WLAN subscriptions, specifically allowing users to set APN (Access Point Name) address assignations for a WLAN subscription. It is useful in telecom or network management scenarios where administrators need to configure or update the APN settings associated with a subscriber's WLAN profile.

A practical example would be updating the APN template and served party IP addresses for a subscriber identified by their IMSI (International Mobile Subscriber Identity), enabling customized network routing or service provisioning.

Properties

Name Meaning
Imsi The unique identifier of the subscriber's SIM card used to specify which WLAN subscription to modify.
Apn Template The APN template string defining the access point configuration to assign.
First Served Party I P Address The first IP address assigned to the served party within the APN configuration.
Second Served Party I P Address The second IP address assigned to the served party within the APN configuration.

Output

The node outputs JSON data representing the result of the operation performed on the WLAN subscription. This typically includes confirmation of the updated APN address assignations or any relevant response from the Summa API indicating success or failure.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authenticating with the Summa API.
  • Uses an HTTP client internally to communicate with the Summa backend services.
  • The node depends on the Summa API version specified in the bundled code (v.${F.version}).
  • Proper configuration of the API credentials in n8n is necessary for successful execution.

Troubleshooting

  • Common Issues:

    • Invalid or missing IMSI value may cause the API call to fail or return errors.
    • Incorrect APN template or IP address formats could lead to validation errors from the API.
    • Network connectivity issues or incorrect API credentials will prevent successful communication with the Summa API.
  • Error Messages:

    • Authentication failures usually indicate invalid or expired API credentials; verify and update them as needed.
    • Validation errors from the API might specify which input property is malformed; ensure all required fields are correctly formatted.
    • Timeout or connection errors suggest network problems; check connectivity and endpoint availability.

Links and References

Discussion