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 manage Optical Network Units (ONUs). Specifically, the 'Delete ONU by ONU unique external ID' operation allows users to delete one or more ONUs identified by their unique external IDs. This is useful in network management scenarios where obsolete or malfunctioning ONUs need to be removed from the system. For example, a network administrator can automate the removal of multiple ONUs by providing a comma-separated list of their unique external IDs, streamlining network maintenance tasks.
Use Case Examples
- Deleting a single ONU by providing its unique external ID.
- Deleting multiple ONUs at once by supplying a comma-separated list of up to 10 unique external IDs.
Properties
| Name | Meaning |
|---|---|
| ONU External ID | A comma-separated list of ONU unique external IDs to delete. Up to 10 IDs can be provided. |
Output
JSON
result- The response from the SmartOLT API after attempting to delete the specified ONUs, typically indicating success or failure of the operation.
Dependencies
- Requires SmartOLT API credentials for authentication.
Troubleshooting
- Ensure the ONU External ID list is correctly formatted as a comma-separated string with no more than 10 IDs.
- If the API returns an error, verify that the provided ONU IDs exist and that the API credentials have sufficient permissions.
- Network or connectivity issues may cause request failures; check network status and API endpoint availability.
Links
- SmartOLT API Documentation - Official documentation for the SmartOLT API, detailing endpoints and usage.