Is it possible to execute a query in the database, that shows all vmware probe's monitoring information in a specific robot?
Release: 20.4
Vmware probe
Query requested.
Check the name of the VMware robot from where other VMware devices are being monitored:
<get the output of dev_nam from the below>
select * from cm_device where dev_name=<robot_running_vmware_probe> and probe_name='controller';
from the above output, pick the dev_id and execute below:
select * from cm_device where dev_src_id=<dev_id_from_above-query> and probe_name='vmware';