Do we have any direct method to fetch the protection
Do we have any direct method to fetch the protection group name by using the volume name with python ?
We have CLI command purevol list **** --protect . However I couldn't locate python API method to...
hi dinesh.v You can use this
`client.get_protection_groups_volumes(member_names='VOL_NAME')`
Respond
`{'group': {'name': 'PGROUP_NAME'}, 'member': {'name': 'VOL_NAME'}}`