Hi all,
Does anyone have experience with an API query that can fetch firmware details and vendor information from a device?
Best regards
AG
Hi all,
Does anyone have experience with an API query that can fetch firmware details and vendor information from a device?
Best regards
AG
Can you please try Get array of all hardwareDriverSettings? Explanation is here - https://doc.developer.milestonesys.com/mipvmsapi/api/config-rest/v1/#tag/DeviceConfig/operation/getAllhardwareDriverSettingsInAhardware
I tested hardware/(hardwareId) /hardwareDriverSettings and got hardware detail including firmware version.
Hi there! I followed the instructions from the link you provided, and I can confirm that I successfully retrieved the array of all hardwareDriverSettings using the endpoint hardware/(hardwareId)/hardwareDriverSettings. This allowed me to obtain detailed hardware information, including the firmware version.
Thank you for your help.
AG
@Acyl AG, one thing to note is that the firmware version shown may not be accurate if the firmware version has been updated. After updating the firmware on a device (whether it is through our software or outside of our software), an administrator will need to right-click on the hardware in the Management Client and choose Update Hardware. That will make the system reach out and grab the version of the firmware installed on the camera and update that information in our software.