Hello team,
In REST apis, the snapmirror relationship group type is no longer existing. (https://docs.netapp.com/us-en/ontap-restmap-98/snapmirror.html#snapmirror-get)
Some of our code relies on checking if the snapmirror relations group type is 'vserver'.
I did some prototyping and testing and confirmed the rest apis, when getting the entire snapmirror relationship collection for given source volume do NOT return the `vserver` relationships - which is good for our use case.
Our current/old code using ontapis/zapis do return all group types relationships and code does skip the 'vserver' ones...
I wanted to check with this group if my testing and assumption is safe to use in production.
Can I safely assume rest apis will not return any relationships with 'vserver' group type? Can the ontap-restmap document be updated to reflect this fact?
Thanks
Robert Simac