Hi,
I have a question for you about the JSON for /api/snapmirror/relationships API. I am trying to replicate the following CLI command:
snapmirror create -source-path <SVM_NAME>:<SVM_NAME>_root -destination-path <SVM_NAME>:<SVM_NAME>_root_m1 -type LS -schedule 5min
I ask because it doesn't appear to like type or schedule in the following example:
{"source": {"path": "svm:svm_root"}, "destination": {"path": "svm:svm_root_m3"}, "type": "ls", "policy": "5min"}
I suspect I may need to switch policy for transfer schedule, but I am not sure about type.
Thanks in advance.