I am converting some of perl zapi code to python REST. This particular code is intended to upgrade the size of an existing volume, but before doing so checks for snapmirror relationships to verify that the destination locations also have enough free space available to accommodate the size increase.
In zapi, connecting to toe source filer, I make a call to snapmirror-dest-get-iter, passing <source-volume> and <source-vserver>, and it returns back information about the destination volume.
In rest, I pass {'source.path': '<vserver>:<volname>'}, but nothing comes back.
Is it possible to look up the destination from the source filer?