SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to manage Optical Network Units (ONUs). Specifically, the "Disable ONU by ONU unique external ID" operation disables a specified ONU using its unique external ID. This is useful in network management scenarios where an ONU needs to be remotely disabled, for example, to troubleshoot network issues or to deactivate a device that is no longer authorized.

Use Case Examples

  1. Disabling an ONU by providing its unique external ID to prevent it from accessing the network.
  2. Automating network maintenance tasks by disabling ONUs that are malfunctioning or need to be taken offline.

Properties

Name Meaning
ONU External ID The unique external identifier of the ONU to be disabled. This ID must be alphanumeric and is required to specify which ONU to disable.

Output

JSON

  • json - The JSON response from the SmartOLT API after attempting to disable the specified ONU. This typically contains the result or status of the disable operation.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or non-existent ONU External ID, which will result in an error from the API indicating the ONU could not be found or disabled.
  • API authentication failures due to missing or incorrect credentials will prevent the operation from succeeding.
  • Network connectivity issues to the SmartOLT API endpoint can cause request failures.

Links

Discussion