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 16, 2008Can anyone point me in the right direction to displaying the "get_partition_list" in PHP
Here is relevant code:
$client2 = new SoapClient($wsdl2,array('location'=>$location,'login'=>$username,'password'=>$password));
$partitionlist=$client2->get_partition_list();
foreach ($partitionlist as $partition)
{
echo $partition;
}
Here is the php error:
Catchable fatal error: Object of class stdClass could not be converted to string in /ap/p/eem/apache/httpd-2.0.63/htdocs/networkmap.php on line 14
iControl :: Management :: Partition :: AuthZPartition
Looking at the data type I see that it is a structure containing these two members:
partition_name String The name of the partition.
description String The partition's description.
I've tried also treating it as an array bt it gives me the same error. Any help would be appreciated.
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
