Forum Discussion
Bill_MacAllist1
Apr 07, 2011Nimbostratus
List of virtual servers for an individual partition
Here is a fragment of perl code pull from shared code area.
my $soapResponse = $VirtualServer->get_list();
checkResponse($soapResponse);
@vs_lists = @{$soap...
Apr 08, 2011
We've designed the access model for partitions in that you must explicitly make a call to set your "current" partition. This is good for all subsequent calls for that user until the call is made again to change it. I covered how to switch between partitions in this tech tip:
iControl 101 - 08 - Partitions
http://devcentral.f5.com/Tutorials/...tions.aspx
The one thing I left out of that article was how to determine which partitions the current user has access to. That can be done with the Management.UserManagement.get_my_permission() method
http://devcentral.f5.com/wiki/defau...ssion.html
Hopefully this is enough to get you going. Let me know if you need more explanation.
-Joe
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