Summa icon

Summa

Consume Summa API (v.0.1.7)

Actions182

Overview

This node integrates with the Summa API to perform various operations related to telecommunications subscriptions and services. Specifically, for the HLR Subscription resource and the Remove PDP Assignations operation, it allows users to remove Packet Data Protocol (PDP) assignations associated with a given IMSI (International Mobile Subscriber Identity). This is useful in scenarios where you need to clear or reset data session assignments for a subscriber in mobile network management.

Practical examples include:

  • Removing stale or incorrect PDP contexts for a subscriber.
  • Resetting subscriber data sessions during troubleshooting or service updates.
  • Managing subscriber profiles by cleaning up outdated PDP assignations.

Properties

Name Meaning
Imsi The International Mobile Subscriber Identity (IMSI) string identifying the subscriber whose PDP assignations are to be removed. This is a required string input.

Output

The node outputs JSON data representing the result of the Remove PDP Assignations operation. This typically includes confirmation of the removal action, status codes, and any relevant messages returned by the Summa API. The exact structure depends on the API response but generally confirms success or failure of the operation.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Summa API via an API key credential configured in n8n.
  • Uses internal helper classes for HTTP requests and state management.
  • Depends on the summaApi credential for authentication.
  • No additional external dependencies beyond the Summa API and its authentication.

Troubleshooting

  • Invalid IMSI format: Ensure the IMSI provided is correctly formatted as per mobile network standards; otherwise, the API may reject the request.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to perform PDP assignation removals.
  • Network issues: Check connectivity to the Summa API endpoint.
  • API errors: If the API returns error messages, review the message details for causes such as subscriber not found or operation not permitted.
  • Missing required parameters: The IMSI field is mandatory; omitting it will cause the node to fail.

Links and References

Discussion