SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to retrieve information about unconfigured ONUs (Optical Network Units) associated with a specific OLT (Optical Line Terminal) identified by its unique ID. It is useful in network management scenarios where operators need to identify and manage ONUs that have not yet been configured on a given OLT. For example, a network administrator can use this node to fetch a list of unconfigured ONUs for a particular OLT to prepare for provisioning or troubleshooting.

Use Case Examples

  1. Fetch unconfigured ONUs for OLT with ID 12345 to identify devices pending configuration.
  2. Search unconfigured ONUs by serial number substring to locate specific devices needing setup.

Properties

Name Meaning
OLT ID The unique identifier of the OLT for which to retrieve unconfigured ONUs. This is a required numeric input.
Additional Fields Optional filters to refine the search for unconfigured ONUs. Includes: SN (serial number substring search) and DN Onu Type (ONU type substring search).

Output

JSON

  • `` - Array of unconfigured ONUs matching the specified OLT ID and optional filters.

Dependencies

  • SmartOLT API with API key credential

Troubleshooting

  • Ensure the OLT ID provided is valid and exists in the SmartOLT system to avoid empty results or errors.
  • If the API request fails, check that the SmartOLT API credentials are correctly configured and have necessary permissions.
  • When using substring filters (SN or DN Onu Type), ensure the input strings are correctly formatted to match expected values.

Links

Discussion