First Report Time

Hi to all,
I want to retrieve the “First Report Time” information from Applicable Computers. I have this relevance:

(id of it, name of it, value of (property result of it) whose (name of property of it = “Environment”), operating system of it, last report time of it) of applicable computers of bes fixlets whose (id of it = “id_fixlet”)

I don’t find the correct declaration to retrieve this information and apply it to this relevance. Can someone help me? Thank in advantage.
:smile:

Your should be able to make an analysis with the following property:
minimum of subscribe times of sites

1 Like

I don’t think that it is applicable on my relevance. There is not a declaration like “last report time of it”?

There isn’t one like, “Last report time of it” but the relevance, “minimum of subscribe times of sites” does what you’re looking for. It won’t work in Fixlet Debugger but when you put it into an analysis in your console it will work.

To break down the relevance – sites is all the external sites and custom sites the computer is subscribed to. Subscribe time is when the computer subscribed to them and minimum means take the earliest one. As the computer subscribes to the BES Support site and ActionSite when the agent is first installed, this will give you the install time of the agent.

1 Like

Ok thanks a lot for your support :slight_smile: