Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Firmware image information More...
Public Attributes | |
boolean | valid |
The file is a valid firmware image. | |
string | version |
Firmware image version | |
string | min_required_version |
Minimum running firmware version for image. | |
string | min_downgrade_version |
Minimum image version for running firmware. | |
string | product |
Product name. | |
string | platform |
Platform name. | |
string | oem |
OEM name. | |
string | hwid_whitelist |
Hardware ID whitelist. | |
string | hwid_blacklist |
Hardware ID blacklist. | |
boolean | compatible |
true if the image is compatible with this device | |
boolean | signature_present |
true if the image is signed | |
string | signed_by |
Signature issuer. | |
boolean | signature_good |
true if the signature is valid | |
string | certified_by |
Key certificate issuer. | |
boolean | certificate_good |
true if the key certificate is valid | |
boolean | model_list_present |
true if the image includes a supported models list | |
boolean | model_supported |
true if the model is found on the support list | |
Firmware image information
Definition at line 63 of file Firmware.idl.
boolean firmware::ImageInfo::certificate_good |
true
if the key certificate is valid
Definition at line 82 of file Firmware.idl.
string firmware::ImageInfo::certified_by |
Key certificate issuer.
Definition at line 81 of file Firmware.idl.
boolean firmware::ImageInfo::compatible |
true
if the image is compatible with this device
Definition at line 76 of file Firmware.idl.
string firmware::ImageInfo::hwid_blacklist |
Hardware ID blacklist.
Definition at line 74 of file Firmware.idl.
string firmware::ImageInfo::hwid_whitelist |
Hardware ID whitelist.
Definition at line 73 of file Firmware.idl.
string firmware::ImageInfo::min_downgrade_version |
Minimum image version for running firmware.
Definition at line 68 of file Firmware.idl.
string firmware::ImageInfo::min_required_version |
Minimum running firmware version for image.
Definition at line 67 of file Firmware.idl.
boolean firmware::ImageInfo::model_list_present |
true
if the image includes a supported models list
Definition at line 84 of file Firmware.idl.
boolean firmware::ImageInfo::model_supported |
true
if the model is found on the support list
Definition at line 85 of file Firmware.idl.
string firmware::ImageInfo::oem |
OEM name.
Definition at line 72 of file Firmware.idl.
string firmware::ImageInfo::platform |
Platform name.
Definition at line 71 of file Firmware.idl.
string firmware::ImageInfo::product |
Product name.
Definition at line 70 of file Firmware.idl.
boolean firmware::ImageInfo::signature_good |
true
if the signature is valid
Definition at line 80 of file Firmware.idl.
boolean firmware::ImageInfo::signature_present |
true
if the image is signed
Definition at line 78 of file Firmware.idl.
string firmware::ImageInfo::signed_by |
Signature issuer.
Definition at line 79 of file Firmware.idl.
boolean firmware::ImageInfo::valid |
The file is a valid firmware image.
Definition at line 64 of file Firmware.idl.
string firmware::ImageInfo::version |
Firmware image version
Definition at line 66 of file Firmware.idl.