I am looking for either a customized canned report or help with a SQL query to list clients and their associated policy(ies)
I think I am running into a problem because some of my policies are disabled and have no backup history. (For tracking of exempt from backup)
So it should look something like this:
server1 policy1
server1 policy2
server2 policy1
server2 policy2
server3 exempt
server4 policy3
I looked at using domain_policyClient, but it is missing data from the disabled policies.
Also looked at a Backup/Recovery Job/Image/Media/Disk with NoTimeBasis selecting Client and Policy Name, but again no data about disabled policies
I'm not very SQL savy so trying to figure out where to join all the info from tables domain_Client, domain_Policy, domain_MasterServer, domain_Entity makes my eyes crossed.
OPSAnalytics7.6
Any help would be appreciated
ian