SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to manage Optical Network Units (ONUs). Specifically, the 'Delete ONU by ONU unique external ID' operation allows users to delete one or more ONUs identified by their unique external IDs. This is useful in network management scenarios where obsolete or malfunctioning ONUs need to be removed from the system. For example, a network administrator can automate the removal of multiple ONUs by providing a comma-separated list of their unique external IDs, streamlining network maintenance tasks.

Use Case Examples

  1. Deleting a single ONU by providing its unique external ID.
  2. Deleting multiple ONUs at once by supplying a comma-separated list of up to 10 unique external IDs.

Properties

Name Meaning
ONU External ID A comma-separated list of ONU unique external IDs to delete. Up to 10 IDs can be provided.

Output

JSON

  • result - The response from the SmartOLT API after attempting to delete the specified ONUs, typically indicating success or failure of the operation.

Dependencies

  • Requires SmartOLT API credentials for authentication.

Troubleshooting

  • Ensure the ONU External ID list is correctly formatted as a comma-separated string with no more than 10 IDs.
  • If the API returns an error, verify that the provided ONU IDs exist and that the API credentials have sufficient permissions.
  • Network or connectivity issues may cause request failures; check network status and API endpoint availability.

Links

Discussion