Actions28
- ONU Actions
- Get All Unconfigured
- Get Unconfigured By OLT Unique ID
- Get All ONUs Details
- Get ONU status by ONU unique external ID
- Get ONU Full Status Info By ONU Unique External ID
- Get ONU Traffic Graph By ONU Unique External ID
- Set ONU Mgmt IP mode to DHCP by ONU unique external ID
- Enable ONU TR069 by ONU unique external ID
- Update ONU Speed Profiles By ONU Unique External ID
- Set ONU WAN mode to PPPoE by ONU unique external ID
- Set ONU WiFi port mode to LAN by ONU unique external ID
- Set ONU WiFi port mode to Access by ONU unique external ID
- Shutdown ONU WiFi port by ONU unique external ID
- Resync ONU config by ONU unique external ID
- Disable ONU VoIP port by ONU unique external ID
- Set ONU VoIP mode to Enabled by ONU unique external ID
- Enable ONU VoIP port by ONU unique external ID
- Get All ONUs Signals
- Get ONU administrative status by ONU unique external ID
- Get ONU speed profiles by ONU unique external ID
- Authorize
- Set ONU WAN mode to DHCP by ONU unique external ID
- Set ONU Ethernet Port Mode To Transparent By ONU Unique External ID
- Reboot ONU by ONU unique external ID
- Disable ONU by ONU unique external ID
- Enable ONU by ONU unique external ID
- Delete ONU by ONU unique external ID
- OLT Actions
Overview
This node interacts with the SmartOLT API to retrieve ONU (Optical Network Unit) speed profiles based on a unique ONU external ID. It is useful in network management scenarios where operators need to query specific ONU configurations or performance profiles. For example, a network administrator can use this node to fetch speed profiles of a particular ONU to monitor or troubleshoot network performance.
Use Case Examples
- Retrieve speed profiles for a specific ONU using its unique external ID to analyze bandwidth allocation and performance.
- Integrate with network monitoring workflows to automatically fetch ONU speed profiles for reporting or alerting.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | The unique external identifier of the ONU. This ID must be alphanumeric and is used to specify which ONU's speed profiles to retrieve. |
Output
JSON
speedProfiles- The retrieved speed profiles of the specified ONU, simplified from the API response.
Dependencies
- Requires SmartOLT API credentials for authentication.
Troubleshooting
- Ensure the ONU External ID is correctly formatted and exists in the SmartOLT system; otherwise, the API may return an error or empty response.
- If the node throws an error about unsupported operations, verify that the operation parameter is set to 'Get ONU speed profiles by ONU unique external ID'.
- Network or authentication issues with the SmartOLT API can cause request failures; check API credentials and network connectivity.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API endpoints and usage.