Difference between revisions of "IBM BigFix Session Relevance"

From RiceFamily Wiki
Jump to: navigation, search
(Relevance Samples)
 
(4 intermediate revisions by the same user not shown)
Line 13: Line 13:
  
 
= Relevance Samples =
 
= Relevance Samples =
```(name of it) of bes baselines whose (((name of it) as string as lowercase contains "microsoft patch") AND ((name of it) as string as lowercase starts with (((Year of Current Date as string) & "-" & (if ((month of current date as integer)< 10) then ("0"&(month of current date as integer) as string) else (month of current date as integer as string))))))```
+
* The "yyyy-mm Microsoft Patch" baselines for the CURRENT month.
  
 +
(name of it) of bes baselines whose (((name of it) as string as lowercase contains "microsoft patch") AND ((name of it) as string as lowercase starts with (((Year of Current Date as string) & "-" & (if ((month of current date as integer)< 10) then ("0"&(month of current date as integer) as string) else (month of current date as integer as string))))))
  
 +
* List of results from an action based on a Baseline based on the Action ID.  Need to modify it to use the name instead.
 +
 +
(statuses of results of it, names of computers of results of it, names of it) of member actions of (bes action whose (id of it is 12345))
  
 
[[Category:IBM BigFix]]
 
[[Category:IBM BigFix]]
 
[[Category:Relevance]]
 
[[Category:Relevance]]
 
[[Category:Work]]
 
[[Category:Work]]

Latest revision as of 22:18, 20 September 2018

Tools

Resources

Project Information

I've been tasked with providing an export of Patching data to be imported into Service Now.

I would PREFER to do the Service Now communications on the fly as server patch, but I've been over-ridden

I need to develop Session Relevance to retrieve the results of patching that has been performed with Baselines.

Relevance Samples

  • The "yyyy-mm Microsoft Patch" baselines for the CURRENT month.
(name of it) of bes baselines whose (((name of it) as string as lowercase contains "microsoft patch") AND ((name of it) as string as lowercase starts with (((Year of Current Date as string) & "-" & (if ((month of current date as integer)< 10) then ("0"&(month of current date as integer) as string) else (month of current date as integer as string))))))
  • List of results from an action based on a Baseline based on the Action ID. Need to modify it to use the name instead.
(statuses of results of it, names of computers of results of it, names of it) of member actions of (bes action whose (id of it is 12345))