Forum Discussion
bigsuds, v10.2.4 with partitions
Hi!
I'm able to interact as expected using bigsuds on v11 just fine.
On most of our v10 appliances it works ok too.
But, when trying to access any LocalLB methods on v10 with partitions, all I get is an empty list back. There is nothing in the /Common for Local Traffic, so I'm not surprised, but the only way I read to change the "active" partition is using the System.Session namespace that requires v11.
Is there another way to access the partitions other then common with bigsuds on v10? Nothing fancy, just:
>>> import bigsuds
>>> b = bigsuds.BIGIP(hostname=hostname,username=username,password=pass,)
>>> b.LocalLB.Pool.get_list()
[]
Thanks!
Ben
1 Reply
- JRahm
Admin
Hi Ben,
b.Management.Partition.set_active_partition('partition_name')
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
