|
Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Firmware update history entry TODO: implement CR# 45668 on next interface change add comment field based on firmware tag "char tag[64];" to improve firmware update history entries without rootfs images More...
import "Firmware.idl";
Public Attributes | |
| time | timestamp |
| UNIX timestamp (UTC) when the update was started. | |
| string | oldVersion |
| Previous firmware version. | |
| string | imageVersion |
| Firmware version of update image. | |
| string | product |
| Product name. | |
| string | platform |
| Platform name. | |
| string | imageMD5 |
| MD5 hash of update image. | |
| UpdateHistoryStatus | status |
| Update status. | |
| string | details |
| Details about status. | |
Firmware update history entry TODO: implement CR# 45668 on next interface change add comment field based on firmware tag "char tag[64];" to improve firmware update history entries without rootfs images
Definition at line 29 of file Firmware.idl.
| string firmware::UpdateHistoryEntry::details |
Details about status.
Definition at line 37 of file Firmware.idl.
| string firmware::UpdateHistoryEntry::imageMD5 |
MD5 hash of update image.
Definition at line 35 of file Firmware.idl.
| string firmware::UpdateHistoryEntry::imageVersion |
Firmware version of update image.
Definition at line 32 of file Firmware.idl.
| string firmware::UpdateHistoryEntry::oldVersion |
Previous firmware version.
Definition at line 31 of file Firmware.idl.
| string firmware::UpdateHistoryEntry::platform |
Platform name.
Definition at line 34 of file Firmware.idl.
| string firmware::UpdateHistoryEntry::product |
Product name.
Definition at line 33 of file Firmware.idl.
| UpdateHistoryStatus firmware::UpdateHistoryEntry::status |
Update status.
Definition at line 36 of file Firmware.idl.
| time firmware::UpdateHistoryEntry::timestamp |
UNIX timestamp (UTC) when the update was started.
Definition at line 30 of file Firmware.idl.