Upgrade the agent
- Last UpdatedOct 07, 2024
- 1 minute read
When a new version of the agent is released, you can upgrade to the latest version by running the new installation package.
Upgrade the agent
-
Download and install the latest version of the agent. For detailed instructions, see Install the agent.
-
(Optional) To verify the upgrade, run the following curl command in PowerShell or command prompt with administrator privileges. Use the port number that you specified when completing the agent setup wizard.
curl.exe --ntlm --negotiate -u <UserName> -X GET "http://localhost:5590/api/v1/Diagnostics/ProductInformation"
Upon successful upgrade, the JSON response lists the updated application version:
{ "Application Version": "1.x.x.xxx", // upgraded version ".Net Core Version": ".NET Core 8.x.xx", "Operating System": "Microsoft Windows 10.0.19041" }