State of vCenter clusters via new API
In the REST API in vCenter, it is possible to see the HA status of all clusters in a vCenter.
E.g: https://${hostname}/rest/vcenter/cluster
The vCenter web client has an API Eplorer (in the Developer Center)
where it is possible to see what the different parts of the REST API can do for you.
From what I understand, Checkmk uses the old API and not the REST API for vCenter.
I've implemented this as a Nagios compatible BASH script that works with Checkmk, but I believe that it would be better to use the REST API.
I don't know if there is any end-of-life of the old AI, but I imagine that they will favor the REST API in the future. Maybe it's time to switch over?
Comments: 1
-
23 Sep
Mohamed Saleh AdminHi Lars-Erik, I edited the title so that the essence is more clear for readers. Let me know if that works for you as well.
1