SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to manage Optical Network Units (ONUs) by their unique external IDs. Specifically, the 'Enable ONU by ONU unique external ID' operation sends a request to enable a specified ONU. This node is useful in network management scenarios where automated control over ONUs is required, such as enabling ONUs remotely in a fiber optic network environment.

Use Case Examples

  1. Enabling a specific ONU by providing its unique external ID to activate network connectivity.
  2. Automating network device management workflows by enabling ONUs as part of a larger provisioning process.

Properties

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

Output

JSON

  • response - The JSON response from the SmartOLT API after attempting to enable the ONU. This typically contains status or confirmation details about the enable operation.

Dependencies

  • Requires an API key credential for SmartOLT API authentication.

Troubleshooting

  • Common issues include providing an invalid or non-alphanumeric ONU External ID, which may cause the API request to fail.
  • If the API credentials are incorrect or missing, the node will fail to authenticate with the SmartOLT API.
  • Network connectivity issues to the SmartOLT API endpoint can cause request failures.
  • Error messages from the API will be returned in the output; ensure the ONU External ID exists and is correct.

Links

Discussion