SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node integrates with the SmartOLT API to manage Optical Line Terminals (OLTs) and Optical Network Units (ONUs). It supports various operations such as retrieving all OLTs, managing ONU configurations, statuses, and settings. The 'Get All' operation for the OLT resource fetches a list of all OLT devices from the SmartOLT system. This node is useful for network administrators who need to automate monitoring and management of their fiber optic network infrastructure.

Use Case Examples

  1. Retrieve a list of all OLT devices in the network for inventory or monitoring purposes.
  2. Fetch detailed ONU status and configuration information to automate network diagnostics and maintenance.

Properties

Name Meaning
Resource The type of device to interact with, either OLT or ONU.
Operation The specific action to perform on the selected resource.

Output

JSON

  • `` - Array of OLT objects retrieved from the SmartOLT API, each representing an OLT device with its details.

Dependencies

  • SmartOLT API with an API key credential

Troubleshooting

  • Common issues include authentication failures due to invalid or missing API credentials. Ensure the SmartOLT API key is correctly configured.
  • Network connectivity problems can cause request failures; verify network access to the SmartOLT API endpoint.
  • If the API response format changes, the node might fail to parse data correctly; check for updates to the node or API documentation.

Links

Discussion