Hi All,
I have been tasked with researching how to integrate SCOM with other 3rd party management tools. Specifically extracting alerts and sample data from performance counters for reporting. In other words, read-only extraction (i.e. not updating SCOM from an external application). From what I can gather, the best method for accessing alerts and counters is to query the data warehouse (e.g. OperationsManagerDW) directly using SQL. Is the schema published and if so, where? Is there a better solution such as a REST API, WMI, or a Java SDK method that would be better suited for this integration task?
Thanks!