I know the application overview dashboard is ootb and can't be configured as a dashlet, but is there another way to capture it's data? There is no way to create a report of it create a REST call for it as far as i seen.
Answer by Ramesh N. ·
We can extract Application Overview from below RestAPI.
https://<DT server IP>:8021/api/v5/agents?systemprofile=<system profile name>&includeoffline=true
Output:
"id":"Test@alfa123-08-ld01:19047","basename":"Test","name":"Test[Apache 2.2][1]","host":"alfa123-08-ld01","pid":194047,"operatingsystem":"SunOS","status":"online","technology":"apache","agentversion":"7.2.11.1059","configuredagentversion":"7.2.11.1059","systemprofile":"TESTPROFILE","agentgroup":"XYZ"}
Note:
Cheers!!!
R
Answer by Sebastian K. ·
Application Overview is made over default WebRequest measure. You can always create own dashboard based on built in measures (or custom one) which will be available for reports. It may need some time but should be possible. You can create set of carts based on each application as a filter (may need custom measures, or custom filters on each dashlet).
Custom BT's has to be chart separately.
Sebastian
JANUARY 15, 3:00 PM GMT / 10:00 AM ET