Hi Team,
I am looking for the relevance script to get the baseline name, baseline creation time and baseline name.
Regards,
Ashutosh
Hi Team,
I am looking for the relevance script to get the baseline name, baseline creation time and baseline name.
Regards,
Ashutosh
Baselines are just a form of fixlet so you can use the bes fixlet object and any of its properties:
https://developer.bigfix.com/relevance/reference/bes-fixlet.html
bes baseline
can be used to give you just baselines.
The creation time is only available for custom fixlets so you need to filter on those
Q: (name of it, creation time of it) of bes baselines whose (custom flag of it)
Thanks for providing the solution…i worked on it and got the exact relevance for which i was looking for…now i want to wrap the below mentioned relevance in a webreport…i tries hard for it but no luck…please can you help me in it…
Relevance statement: (names of issuers of it, names of it, creation time of it, name of site of it) of bes baselines
Many thanks in advance