SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to retrieve the administrative status of an ONU (Optical Network Unit) using its unique external ID. It is useful in network management scenarios where administrators need to monitor or manage the status of specific ONUs in an optical network. For example, it can be used to check if an ONU is administratively enabled or disabled, aiding in troubleshooting or configuration tasks.

Use Case Examples

  1. Check the administrative status of a specific ONU by providing its unique external ID to determine if it is enabled or disabled.
  2. Use in automated workflows to monitor ONU statuses and trigger alerts or actions based on their administrative state.

Properties

Name Meaning
ONU External ID The unique external identifier of the ONU. This ID must be alphanumeric and is required to fetch the administrative status of the ONU.

Output

JSON

  • administrativeStatus - The administrative status of the ONU identified by the unique external ID, indicating whether the ONU is enabled or disabled.

Dependencies

  • Requires an API key credential for SmartOLT API authentication.

Troubleshooting

  • Common issues include providing an invalid or non-alphanumeric ONU External ID, which will result in API errors.
  • If the API key credential is missing or invalid, the node will fail to authenticate and retrieve data.
  • Network connectivity issues to the SmartOLT API endpoint can cause request failures.

Links

Discussion