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 operation "Get All ONUs Details" retrieves detailed information about Optical Network Units (ONUs) from the SmartOLT system. It allows filtering the ONUs by various parameters such as OLT ID, board, port, and zone. This operation is useful for network administrators who need comprehensive data on ONUs for monitoring, management, or troubleshooting purposes. For example, an admin can get details of all ONUs connected to a specific OLT or within a particular zone to analyze network performance or plan maintenance.
Use Case Examples
- Retrieve all ONUs details from all OLTs without filters.
- Get ONUs details for a specific OLT by providing the OLT ID.
- Filter ONUs details by specifying the OLT board and port to narrow down the results.
- Fetch ONUs located in a specific zone for targeted network management.
Properties
| Name | Meaning |
|---|---|
| Additional Fields | Optional filters to specify which ONUs details to retrieve, including OLT ID, board, port, and zone. |
Output
JSON
onus- Array of ONU details objects containing comprehensive information about each ONU matching the filter criteria.
Dependencies
- Requires SmartOLT API credentials for authentication.
Troubleshooting
- Ensure the SmartOLT API credentials are correctly configured and have the necessary permissions.
- If no ONUs are returned, verify that the filter parameters (OLT ID, board, port, zone) are correct and that ONUs exist matching those filters.
- API request failures may occur due to network issues or incorrect endpoint usage; check connectivity and API documentation for updates.
Links
- SmartOLT API - Get All ONUs Details - Official API documentation for retrieving all ONUs details from SmartOLT.