Skip to main content
Answer

REST API Endpoint for Health Status

  • April 26, 2021
  • 1 reply
  • 332 views

Forum|alt.badge.img+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?

Best answer by MFasulo

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 

 

1 reply

MFasulo
Vaulter
Forum|alt.badge.img+12
  • Vaulter
  • Answer
  • April 26, 2021

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