Application Dependency - VMware VCENTER APPLICATION DISCOVERY MANAGER 6.1 - REPOSITORY Reference Manual

Hide thumbs Also See for VCENTER APPLICATION DISCOVERY MANAGER 6.1 - REPOSITORY:
Table of Contents

Advertisement

ADM Repository Reference Guide

Application Dependency

For the specified Business Application, this report shows each host and service the application depends on and 
each host and service that depends on it (if any):
select distinct 0 as degree, grp.group_name, service.name, service.version, service.vendor,
from dependency dep inner join group_membership grp on grp.entity_id = dep.id
inner join service service on service.id =dep.src_service_id
where service.name is not null and grp.group_name = '111'
union
select distinct 1 as degree, grp.group_name, service.name, service.version,
service.primary_host_ip, service.primary_hostname, service.discovery_time
from dependency dep inner join group_membership grp on grp.entity_id = dep.id
inner join service service on service.id =dep.trg_service_id
where service.name is not null and grp.group_name = '111'
42
service.category, service.primary_host_ip, service.primary_hostname,
service.discovery_time
service.category,
service.vendor,
VMware, Inc.

Advertisement

Table of Contents
loading

Table of Contents