We are trying to lookup the relationship status for snapmirrors using the rest info module or the direct rest module. This displays idle when the snapmirror is complete. I cannot find a way to display this using either or the methods above the rest info module does not contain it and the direct rest via UUID of the snap does not either.
#looking for snapmirror Relationship Status in ANSIBLE/REST
1 messages · Page 1 of 1 (latest)
I did use the CLI as a stopgap. Mainly checking to see if I missed something on this I checked the Rest endpoints for both snapmirrors in general and targeted by the UUID.
command "snapmirror show -fields status"
The status field is currently unavailable for the rest info module. Here is a code sample using the CLI.