Forum Discussion
Aaron_McMahon_2
Nimbostratus
Aug 01, 2007Auth Partitions
I like the idea of auth partitioning and I did a quick test in iControl to see if it would filter a list of virtual servers down to only those that have been assigned to a particular auth account. Us...
Patterson_18290
Nimbostratus
Oct 17, 2008I figured it out and hope it helps others; quite simple once I understood how to parse out the object.
$client2 = new SoapClient($wsdl2,array('location'=>$location,'login'=>$username,'password'=>$password));
$partitionlist=$client2->get_partition_list();
foreach ($partitionlist as $index=>$partitionstructure)
{
$partition_name=$partitionstructure->partition_name;
echo $partition_name."
";
}
This concept will work with any non-standard structure.
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
