Skip to content

Instantly share code, notes, and snippets.

@rtfmoz
Created April 17, 2015 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtfmoz/93c83034c9c60d61c92c to your computer and use it in GitHub Desktop.
Save rtfmoz/93c83034c9c60d61c92c to your computer and use it in GitHub Desktop.
f5=bigsuds.BIGIP(hostname=host,
username=user,
password=upass)
obj = f5.System.ConfigSync
obj.synchronize_to_group_v2([{'group':"DeviceGroupName"}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment