Arctera

RVG GET detail API is failing, when tried to fetch information from secondary host instead of primary host (4115468)

If you attempt to retrieve information about RVG from the secondary node diskgroup dgid, you might encounter an error.

Workaround: Instead of using diskgroup ID of secondary node diskgroup, get the details of RVG from primary node diskgroup ID or mention nodename query parameter of primary node.

For example: curl -kv -X 'GET'

https://10.100.10.10:5637/infoscale/api/2.0/diskgroups/eyJkZ2lkIjY4Mwertghjk59ru/
rvgs/rvg2?nodename=node1;
<!--NeedCopy-->
-H 'accept: application/json'    --header "Authorization: Bearer ${TOKEN}"   
-H 'Content-Type: application/json'
<!--NeedCopy-->
RVG GET detail API is failing, when tried to fetch information from secondary host instead of primary host (4115468)

In this article