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, for the operation 'Resync ONU config by ONU unique external ID', it sends a POST request to the SmartOLT API to resynchronize the configuration of a specified ONU identified by its unique external ID. This is useful in scenarios where the ONU configuration needs to be refreshed or updated remotely, such as after changes in network settings or troubleshooting connectivity issues.

Use Case Examples

  1. A network administrator wants to remotely refresh the configuration of an ONU device after updating network policies.
  2. An automated workflow triggers a resync of ONU configurations to ensure all devices are up-to-date with the latest settings.

Properties

Name Meaning
ONU External ID The unique external identifier of the ONU device whose configuration needs to be resynchronized.

Output

JSON

  • * - The response from the SmartOLT API after attempting to resynchronize the ONU configuration, typically including status or confirmation details.

Dependencies

  • Requires SmartOLT API credentials for authentication to make API requests.

Troubleshooting

  • Common issues include invalid or missing ONU External ID, resulting in API errors or no action taken.
  • API authentication failures due to incorrect or missing credentials.
  • Network connectivity issues preventing communication with the SmartOLT API.
  • Error messages from the API indicating unsupported operations or invalid parameters. Ensure the operation and resource parameters are correctly set.

Links

Discussion