SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to retrieve ONU (Optical Network Unit) speed profiles based on a unique ONU external ID. It is useful in network management scenarios where operators need to query specific ONU configurations or performance profiles. For example, a network administrator can use this node to fetch speed profiles of a particular ONU to monitor or troubleshoot network performance.

Use Case Examples

  1. Retrieve speed profiles for a specific ONU using its unique external ID to analyze bandwidth allocation and performance.
  2. Integrate with network monitoring workflows to automatically fetch ONU speed profiles for reporting or alerting.

Properties

Name Meaning
ONU External ID The unique external identifier of the ONU. This ID must be alphanumeric and is used to specify which ONU's speed profiles to retrieve.

Output

JSON

  • speedProfiles - The retrieved speed profiles of the specified ONU, simplified from the API response.

Dependencies

  • Requires SmartOLT API credentials for authentication.

Troubleshooting

  • Ensure the ONU External ID is correctly formatted and exists in the SmartOLT system; otherwise, the API may return an error or empty response.
  • If the node throws an error about unsupported operations, verify that the operation parameter is set to 'Get ONU speed profiles by ONU unique external ID'.
  • Network or authentication issues with the SmartOLT API can cause request failures; check API credentials and network connectivity.

Links

Discussion