The information that can be found in the Milestone XProtect Management client on the Recording servers screen when a camera is selected?
I can iterate through a list of the NVR’s cameras using the SDK, but can’t seem to find much in the way of camera/channel details.
Looks like the reason I couldn’t find a way to get this information is because it’s actually stored in the SQL database that installs itself alongside the milestone install.
Is there a way to access this SQL database ie with a SOAP command or similar? I’d rather not interface with the SQL server directly as in many instances I won’t have the ability to open SQL to external connections.
If anyone else knows the answer to this one I’d be pretty keen to know as well
In XProtect c-code you can find this information using the Configuration API.
Thanks for the update Bo! So for clarity, if we’re running an Express version of XProtect (which I believe is E class not C class) having some information be unavailable from a ServerAPI/ServerCommandService.asmx?op=GetConfiguration request would be working as intended?
Express now exsist in two versions, the E-Code is Express and the C-Code is Express+
E-Code does not support ConfigurationAPI or GetConfiguration, but has some information available in the SystemInfo.Xml response.