Forum Discussion
- SaranSakthivelNimbostratus
I was able to initiate config sync using bigsuds, anyone knwos hows to initiate config sync using f5 python SDK ?
b.System.ConfigSync.synchronize_to_group_v2('SYNC-FAILOVER','/Common/', 'true')
- SaranSakthivelNimbostratus
After some more more reading of f5 python sdk docs, I was able to get it working. Kindly let me know if there is a better way of doing it.
For Force Push
mgmt.tm.cm.exec_cmd('run', utilCmdArgs='config-sync force-full-load-push to-group ')
For Push
mgmt.tm.cm.exec_cmd('run', utilCmdArgs='config-sync to-group ')
- SaranSakthivelNimbostratus
Is there a way to get a feedback of whether the Sync was successful or not in one go ?