Solved

REST API Endpoint for Health Status

  • 26 April 2021
  • 1 reply
  • 230 views

Badge +3

I tried to get some Information similar to the Health Status Dashboard by Rest API.

I only need the overall Results and not all details.

Is there any endpoint which i can use to get it?

icon

Best answer by MFasulo 26 April 2021, 17:17

View original

1 reply

Userlevel 6
Badge +12

Bjoern: I’ve been using this report, which is rolled up via “topic” grouping instead of severity.  

 

https://commserve/webconsole/survey/reports/health.jsp

The REST API for that report is:

https://commserve/webconsole/api/cr/reportsplusengine/datasets/METRICS_DEFAULT/data?livefeed=true&offset=0&dateFormat=milliseconds&limit=-1&parameter.param1=-1&priority=normal&operation=METRICS_EXECUTE_SP&nullValue=&parameter.spName=RptHealthCardSummary&syscol=false

 

It provides number severity and timestamps, along with multi-commcell enabled, so I can monitor my entire estate that way 

 

Reply