SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to manage Optical Network Units (ONUs) and Optical Line Terminals (OLTs). Specifically, the 'Reboot ONU by ONU unique external ID' operation allows users to reboot a specific ONU by providing its unique external ID. This is useful in network management scenarios where remote rebooting of ONUs is required to resolve connectivity issues or apply configuration changes.

Use Case Examples

  1. Reboot a specific ONU by its unique external ID to restore connectivity.
  2. Automate ONU reboots as part of a network maintenance workflow.

Properties

Name Meaning
ONU External ID The unique external identifier of the ONU to be rebooted.

Output

JSON

  • response - The response from the SmartOLT API after attempting to reboot the ONU, typically indicating success or failure.

Dependencies

  • Requires SmartOLT API credentials for authentication.

Troubleshooting

  • Ensure the ONU External ID is correct and exists in the SmartOLT system; otherwise, the API call will fail.
  • Check that the SmartOLT API credentials are valid and have the necessary permissions to perform the reboot operation.
  • If the node throws an error about unsupported operations, verify that the operation name is correctly set to 'rebootOnuByOnuUniqueExternalId'.

Links

Discussion