9.9.1 cluster here; I'm trying to use the REST API to create a snapmirror, which I believe is done in /api/snapmirror/relationships
https://library.netapp.com/ecmdocs/ECMLP2876964/html/index.html#/snapmirror/snapmirror_relationship_create
However, I don't see how to give it a schedule, which means it won't run unless I call the API to update it.
I did a word search for "schedule" in the /api/snapmirror/relationships, but am coming up empty.
How does one set a schedule for a snapmirror using the REST API? It seems like a fundamental aspect of snapmirror, so while I'm sure it exists, I'm confused that I cannot readily find it.
I'm trying to do the equivalent of:
::> snapmirror create -source-path remote_vs0:volumeX -destination-path vs0:volumeX_XDP -schedule daily -policy MirrorAndVault
Thank you in advance,