Edge compute agent as a web server

how do I know which URL to reach the agents web server with?

@Lars_Andersson,

The URL for the Edge Agent webserver will be the IP Address of the device, followed by the port you exposed with the -p flag in your edge agent configuration.

So, for example, the IP Address of my device is 192.168.0.175 and when configuring my Edge Agent, I exposed port 8150 the URL would be http://192.168.0.175:8150.

Thank you,
Heath