How to get GUID as Basic User for C-Code Protocol Integration with Image Server

I’m trying to remotely connect to a camera’s livestream using Python. I’ve successfully retrieved a token, but I need to also retrieve the GUID of the camera. How can I find the GUID of a camera as a basic user? Retrieving it via http://xprotectserver.company.com:port/rcserver/systeminfo.xml only works as a Windows/AD user, correct?

Can I find GUIDs in /ManagementServer/ServerCommandService.svc?singleWsdl?

I have to retrieve as a basic user since I’m connecting remotely from a different network.

I’ve attached my script. The GUID should be all I need for it to work.

I have milestone running on Essential +.

Yes. On the Server Command Service use the GetConfiguration.

The TCPVideoViewer sample can show you.