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). Specifically, the 'Get All Unconfigured' operation fetches a list of all unconfigured ONUs, optionally filtered by additional fields such as serial number (SN) or ONU type. This node is useful in network management scenarios where administrators need to identify and manage ONUs that have not yet been configured, enabling efficient provisioning and monitoring of network devices.

Use Case Examples

  1. A network administrator uses this node to get a list of all unconfigured ONUs to prepare them for configuration and deployment.
  2. An automated workflow retrieves unconfigured ONUs filtered by a specific serial number pattern to track new devices entering the network.

Properties

Name Meaning
Additional Fields Optional filters to refine the search for unconfigured ONUs.

Output

JSON

  • `` - Array of unconfigured ONU objects returned by the SmartOLT API, simplified for easier use.

Dependencies

  • Requires SmartOLT API credentials for authentication.

Troubleshooting

  • Ensure the SmartOLT API credentials are correctly configured and valid to avoid authentication errors.
  • If the API returns no data, verify that the filters (SN or ONU type) are correctly specified and that unconfigured ONUs exist matching those criteria.
  • Network connectivity issues to the SmartOLT API endpoint can cause request failures; check network settings and API availability.

Links

Discussion