Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

vmware.service.uuid - instanceUuid from the API call described here

Proxy support

Check Navigation to get the agent installer file.

To add the proxy support to Breeze agent, edit the startup script:

On Linux:

Open the file /opt/breeze-agent/app.sh

...

Code Block
export http_proxy="http://1.2.3.4:3128"
./app.rb # this line already exist in file

On Windows:

Open the file C:\Program Files\Breeze\app.bat

...