Hi,
I'm looking automate the abort and break all snapmirrors in a vserver in one go, so equivalent of:-
::> snapmirror abort -destination-path <vserver>:*test*
::> snapmirror break -destination-path <vserver>:*test*
From what i can tell the na_ontap_snapmirror module does not support this so looked at the netapp.ontap.na_ontap_rest_cli module but can't get it working with wildcards.
I'm looking to break the relationships as quickly as possible so don't really want to loop through all hence the use of wildcards.
Any thoughts on how to achieve this?
Thanks