Forum Discussion
mhite_60883
Cirrocumulus
Jan 26, 2012V11 friendly way to see partition list
I'm trying to understand how I should be working with partitions with V11 via the API. The documentation says Management.Partition is deprecated for V11. However, there doesn't appear to be any other ...
mhite_60883
Cirrocumulus
Jan 30, 2012Sorry gang, disregard! Confused myself. ;) Looks like old partition behavior was to list all partitions starting at / when you do a Management.Folder.get_list(), whereas Management.Folder.get_list() is going to anchor itself to /Common as a starting point unless you explicitly set something else. So you need to:
>>> b.System.Session.set_active_folder(folder="/")
>>> b.Management.Folder.get_list()
[/, /Common, /test, /test-failover]
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects