So I'm trying to automate some of my repetitive tasks in LANDesk (but not fully) And I'm so close I'm just stuck on 2 last components.
I have created a program to pull and compose a list of required vulnerability updates for 2 specific Device Scopes that are either not set to Autofix and/or not in a specific Custom Group. I did this with a SQL query because there was too much to pull together that it didn't make sense to do in API alone.
So I've figured out the API to move it to the Custom group if it is not there, but I can't figure out how to download the required patches if they are not downloaded and I can't figure out how to set the AutoFix flag for a specific Scope and not globally.
I have no problem querying information to display from SQL but I would rather have the safety net of an API to actually make changes.
Are my 2 missing components even possible in API?
I am currently on LDMS 9.60 SP2 but am in the process of moving to Ivanti 2017.3 so an API that would work on both would be ideal but if it's only gonna work on 2017.3 that's fine too.