Assistance with Configuration Sync Plugin

Hi,

I'm trying to use the configuration sync plugin that is available on the download portal. (Download Configuration Sync plugin for replacing backup and archive policies on managed hosts 1.0.1 (oneidentity.com)). Is there any guidance on how to use this especially on configuring it? The plugin looks simple just need to feed in the configuration lines. So far, I'm able to upload the plugin and select it at configuration sync section. 

Over at the Configuration white space, I have keyed in the below based on what's mentioned in the main.py file inside the plugin:

{
<"44961967-400b-4920-b4b5-88f8abc7be97">: {
"backup_policies": {
"BackupHQ": "BackupDR",
[...]
},
"archive_cleanup_policies": {
"ArchiveHQ": "ArchiveDR",
[...]
}
},
}

After committing, the node status shows issues and clicking on it says InternalError. Any pointers if these steps are correct and if the configuration lines are correct? Where can I look for logs which relates to configuration sync plugin? Thanks! 

Parents Reply Children