APM -Exporting Service Health Data

  • KM03631127
  • 29-Mar-2020
  • 29-Mar-2020

Summary

Exporting Service Health Data

Question

Exporting Service Health Data
 
If you need to export Service Health’s data (usually for the purpose of integration with external tools),
Service Health exposes an API to query its database for view information and data. For technical
details and examples, refer to the product documentation (Extensibility Guide > Service Health >
Service Health External APIs > Service Health Database Query API) . The API will return
requested data in XML format which can easily be formatted into any desired format.
 
The following example will return data on the End User Monitors view, including CIs’ KPIs attributes
including status, business rule, and last status change:
 
http://GWServer/topaz/bam/BAMOpenApi?customerId=1&userName=<usr>&password=<pwd>&vie
wName=End User
Monitors&command=getNodes&addRecallAtts=y&depth=20&forcedPropogationDepth=20&layout
=hierarchical&showTooltip=true