Question

How to get Data Resiliency status using Rest api version v2.0

  • 11 March 2019
  • 4 replies
  • 1927 views

Badge
Hi,

I am not able to get Data Resiliency status using Rest api version v2.0.

I see for v1 it is
https://server_ip:9440/PrismGateway/services/rest/v1/cluster/domain_fault_tolerance_status

Using v1 as well I am not able to get this metrics value.

Please help us in getting Data Resiliency status using Rest api version v2.0.

Regards,
mallikarjuna

This topic has been closed for comments

4 replies

would like to know that too. Anyone?

need to query the "Data Resiliency Status" / "FAILURES TOLERABLE" counters, which are visible in PrismElement
@Mallikarjuna check this, found something: https://clusterip:9440/PrismGateway/services/rest/v2.0/cluster/domain_fault_
tolerance_status'. For me I found what I searched for.
Badge
@dazi for v1 it is working, we would like to collect using v2
@dazi for v1 it is working, we would like to collect using v2

for me v2 also works with this simple test:
curl -X GET 'https://clusterip9440/PrismGateway/services/rest/v2.0/cluster/domain_fault_
tolerance_status' -H 'Accept: application/json' -H 'Content-Type: application/json' --insecure --basic --user username:password -s