SRM 6.5 api , issue with @version5 @optional RecoveryOptions options.
When connected to SRM Api, and trying to start SRM Recovery plan, ive got an error stating that the 3rd option is not converted properly. Error:
Cannot convert argument "options", with value: "blabla", for "Start" to type
"SRM01.SrmRecoveryOptions": "
How should i specify this option?
As per SRM Api developer reference:
options specifies the recovery options. The RecoveryOptions.syncData is a boolean parameter and indicates whether to replicate the recent changes to the recovery site.
But i cannot find method RecoveryOptions on SRM01....