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 integrates with the SmartOLT API to manage Optical Line Terminals (OLTs) and Optical Network Units (ONUs). It supports various operations such as retrieving all OLTs, managing ONU configurations, statuses, and settings. The 'Get All' operation for the OLT resource fetches a list of all OLT devices from the SmartOLT system. This node is useful for network administrators who need to automate monitoring and management of their fiber optic network infrastructure.
Use Case Examples
- Retrieve a list of all OLT devices in the network for inventory or monitoring purposes.
- Fetch detailed ONU status and configuration information to automate network diagnostics and maintenance.
Properties
| Name | Meaning |
|---|---|
| Resource | The type of device to interact with, either OLT or ONU. |
| Operation | The specific action to perform on the selected resource. |
Output
JSON
- `` - Array of OLT objects retrieved from the SmartOLT API, each representing an OLT device with its details.
Dependencies
- SmartOLT API with an API key credential
Troubleshooting
- Common issues include authentication failures due to invalid or missing API credentials. Ensure the SmartOLT API key is correctly configured.
- Network connectivity problems can cause request failures; verify network access to the SmartOLT API endpoint.
- If the API response format changes, the node might fail to parse data correctly; check for updates to the node or API documentation.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API endpoints and usage.