cterasdk.edge.firmware module#
- class cterasdk.edge.firmware.Firmware(edge)#
Bases:
BaseCommand
Edge Filer Firmware upgrade API
- upgrade(file_path, reboot=True, wait_for_reboot=True)#
Upgrade the Filer firmware with the provided file
- Parameters:
file_path (str) – Path to the local file to upload
reboot (bool,optional) – Perform reboot after uploading the new firmware, defaults to True
wait_for_reboot (bool,optional) – Wait for reboot to complete (if reboot is performed), defaults to True