I’m not limited to just using the Mobile Server, so if this information is accessible from other SDKs that will work too. I’m interested in keeping track of this information across the board for historical and tracking purposes. Thanks.
Hi @Mike in Texas, there is a lot of information available through the configuration api which can be accessed through our SDK or through the REST API. Are you building a tool/integration? If so, is there a specific language you need to use?
If you don’t mind using PowerShell, the Get-VmsCameraReport command from the MilestonePSTools module produces a record for each camera with the name, channel, model, MAC, firmware, driver name, and much more. The PowerShell module uses our SDK to login and pull that information using our configuration api along with other api’s for data like camera status and current received stream information.
I think the Configuration SDK is going to work, Thanks!