Any way to pull available upgrade collector version via API,SDK or any other means.

Hi,
Any way to pull available upgrade collector version via API,SDK or any other means.
Naveenkumar
Posted 2 years ago·Last reply 2 years ago
6 comments

Hi,
Any way to pull available upgrade collector version via API,SDK or any other means.
LM User
·2 years ago@Stuart Weenig I believe mandatory doesn’t mean supported, instead I believe it refers to the policy where an update will eventually be forced by the platform. If a “mandatory” version exists and the collector is running an older version, it will eventually self-schedule an update. The mandatory updates run a month after the release, which is probably a reason the releaseepoch is there. Looking at the data, I think @Naveenkumar is correct about the labels (but I might not build any application logic on it, without confirming)
I think we’re intending to say the same thing.
Mike_Aracic
·2 years ago@Stuart Weenig I believe mandatory doesn’t mean supported, instead I believe it refers to the policy where an update will eventually be forced by the platform. If a “mandatory” version exists and the collector is running an older version, it will eventually self-schedule an update. The mandatory updates run a month after the release, which is probably a reason the releaseepoch is there. Looking at the data, I think @Naveenkumar is correct about the labels (but I might not build any application logic on it, without confirming)
LM User
·2 years agoHi @LMjosephBrett
Thanks for your info.
Also, I’m assuming.
stable: false & mandatory: false refers Early Release
stable: true & mandatory: false refers General Release
stable: true & mandatory: true refers Mandatory General Release
Is this true by any chance?
This has been my experience. Stable refers to whether it’s an early access version of the collector. And mandatory refers to whether the version is allowed to talk to the LM platform (as in, whether it’s supported or not).
Sambhaji Kadam
·2 years agoHi @Naveenkumar, The above sounds correct but we cannot commit anything to the above terms as it is not documented.
You can use the patch method and the endpoint "/setting/collector/collectors/{id} to upgrade the collector version. Please refer to the below screenshot.
https://www.logicmonitor.com/swagger-ui-master/dist/#/Collectors/updateCollectorById
Naveenkumar
OP2 years agoHi @LMjosephBrett
Thanks for your info.
Also, I’m assuming.
stable: false & mandatory: false refers Early Release
stable: true & mandatory: false refers General Release
stable: true & mandatory: true refers Mandatory General Release
Is this true by any chance?