Sorry, but there are no more tags available to filter with.
  • Query API reference

    Where is the reference for the groovy query API? For example, I have a rule variable working as expected with this value:

    def host = server.TopologyService.getObject(@event.get("topologyObjectID"));
    return host.get("monitoredHost/name");…