Skip to main content
Question

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

  • March 11, 2019
  • 4 replies
  • 2018 views

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

4 replies

  • Adventurer
  • 3 replies
  • March 27, 2019
would like to know that too. Anyone?

need to query the "Data Resiliency Status" / "FAILURES TOLERABLE" counters, which are visible in PrismElement

  • Adventurer
  • 3 replies
  • March 27, 2019
@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.

Forum|alt.badge.img
  • Author
  • Adventurer
  • 3 replies
  • March 27, 2019
@dazi for v1 it is working, we would like to collect using v2

  • Adventurer
  • 3 replies
  • March 27, 2019
@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