Clicking through the flob.jsp I get
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
… 32 more
Caused by:
java.lang.NoClassDefFoundError: net/sourceforge/openforecast/DataPoint
at com.fluidops.coremgmt.prediction.PredictionUtils.forecast(PredictionUtils.java:299)
at com.fluidops.coremgmt.prediction.PredictionUtils.forecast(PredictionUtils.java:343)
at com.fluidops.coremgmt.common.model.Host.computeCPUPerfPrediction(Host.java:1564)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method
I'd like to find out field names for Hosts and VMs to use in SQL queries. Can I find this in the documentation somewhere?