Hi!
I looking for a way to monitor with scripts the info in the health panels and the "Pending confirmation" value of the Overview page in ILMT.
Looking in the REST API methods I cannot find any that suits me, but maybe I am missing something.
So far it looks like the easiest way is to read this info from the DB2 tables.
E.g. to find the "Missing Scan" value I use "select count COMPUTER_ID from SAM.COMPUTER_HEALTH_STATUSES where not MISSING_SOFTWARE_SCAN = 0"
But some of the values are hard to find out.
One value I really want to find is the "Pending confirmation", which I want to alert people when not zero.
Anyone out there who has something to share?
//Christer
#AIX
#Support#SupportMigration