Cloud APIs
...
B-Deploy Setup Entities (v2)
Firmware Build Info Entity (v2)
0 min
firmware build info entities contain the following required properties firmwareupdatesource string string read write read write the enum source from which to get the firmware update possible values are “production”, “beta”, “minimumcompatible”, “specificurl”, “none”, or “existing” if you use “production”, “beta”, or “minimumcompatible”, no additional values need to be defined firmwareupdatesourcefilepath string string read write read write local file path to the bsfw file this is only applicable for ba\ connected desktop version when ` firmwareupdatesource` is `specificfile` firmwareupdatesourceurl string string read write read write url link to the bsfw file (must be publicly accessible) applicable when ` firmwareupdatesource` is `specificurl` firmwareupdatestandardtargetfilename string string read write read write the name of the bsfw firmware file that is targeted for updates the update contained in the file is applied and if successful the file is deleted from the storage medium containing it if the delete succeeds then the system reboots if it fails then the device behaves as if the file had been named save bsfw see below the delete always fails if the card uses an ntfs or hfs+ filesystem firmwareupdatedifferenttargetfilename string string read write read write the name of a bsfw firmware file in run mode the update contained in this file is applied only if the version it contains does not match the version that is currently running the file is not deleted but the infinite loop is avoided because on subsequent boots the version number will be the same so the update file will be ignored in rescue mode the update is always applied firmwareupdatenewertargetfilename string string read write read write the name of a bsfw firmware file in run mode the update contained in the file is applied only if the version it contains is strictly newer than the version that is currently running the file is not deleted but the infinite loop is avoided because on subsequent boots the version number will be the same so the update file will be ignored in rescue mode, the update is always applied because the version of run mode cannot be checked and the infinite loop won't occur because the device will reboot into run mode firmwareupdatesavetargetfilename string string read write read write the name of a bsfw firmware file the update contained in the file is applied but the file is not deleted, because if the device rebooted at this point it would just apply the update against the device and will not automatically reboot when applying updates named like this until the storage device containing the update has been removed this makes this filename useful if you wish to update many units from a usb key firmwareupdateversion string string read write read write this can be an empty string or the version number of the firmware you want to update to productionreleaseurl string string read write read write the url to the bsfw file that the device will pull the setup files from for use in production this is o nly applicable for the nly applicable for the desktop version desktop version of brightauthor\ connected brightauthor\ connected betareleaseurl string string read write read write the url to the bsfw file for the beta release version in production this is o nly applicable for the nly applicable for the desktop version desktop version of brightauthor\ connected brightauthor\ connected compatiblereleaseurl string string read write read write the url to the bsfw file for the minimum compatible release version in production this is o nly applicable for the nly applicable for the desktop version desktop version of brightauthor\ connected brightauthor\ connected these additional fields will be returned in the get response the values are set in the firmware manifest they are not required in a put request productionversion string string read only read only betaversion string string read read only only compatibleversion string string read read only only productionversionnumber number number read read only only betaversionnumber number number read read only only compatibleversionnumber number number read read only only productionreleasesha1 string string read read only only betareleasesha1 string string read read only only compatiblereleasesha1 string string read read only only productionreleasefilelength number number read read only only betareleasefilelength number number read read only only compatiblereleasefilelength number number read read only only existingfwcontentid string string read read only only