Team,
I would like to update DT OneAgent on AWS instances where I don't see host group ? Could you please guide me on sorting this on 150+ hosts ?
Thanks !!!
Solved! Go to Solution.
If you don't have any way to manage these servers in bulk, as in with host groups or with other tools like Ansible to help you automate it, you can use the autoupdate configuration on a host API to trigger updates on OneAgents. You can use the entities API and fetch your hosts first, then call the update API for each host individually with setting as DISABLED (so autoupdates are still disabled) but with the field version populated (so the OneAgent updates to said version).
You can get a list of available OneAgent versions with available OneAgent versions API.