SmartOLT icon

SmartOLT

Consume SmartOLT API (v0.2.17)

Overview

This node interacts with the SmartOLT API to update the speed profiles of an ONU (Optical Network Unit) identified by its unique external ID. It allows users to specify new upload and download speed profile names for the ONU. This operation is useful in network management scenarios where bandwidth allocation or speed profiles need to be adjusted dynamically for specific ONUs based on their unique identifiers.

Use Case Examples

  1. Updating the upload and download speed profiles of a specific ONU to manage bandwidth allocation.
  2. Changing speed profiles for an ONU identified by its unique external ID to optimize network performance.

Properties

Name Meaning
ONU External ID The unique external identifier of the ONU whose speed profiles are to be updated.
Additional Fields Optional fields to specify the new upload and download speed profile names for the ONU.

Output

JSON

  • response - The response from the SmartOLT API after updating the ONU speed profiles, typically indicating success or failure and any relevant details.

Dependencies

  • SmartOLT API with an API key credential for authentication

Troubleshooting

  • Ensure the ONU External ID is correct and exists in the SmartOLT system to avoid 'not found' errors.
  • Verify that the upload and download speed profile names are valid and recognized by the SmartOLT system.
  • Check API credentials and network connectivity if the request to the SmartOLT API fails.
  • Common error messages may include authentication failures, invalid parameters, or resource not found errors. Resolving these involves verifying credentials, input values, and the existence of the ONU in the system.

Links

  • SmartOLT API Documentation - Official documentation for the SmartOLT API, including endpoints and parameters relevant to ONU speed profile management.

Discussion