Forum Discussion
mgamez_60648
Nimbostratus
Aug 30, 2013How to obtain ssl client profile from a virtual server?
There does not seem to be a get_ssl_profile or something similar under LocalLB.VirtualServer. Does anyone know how to get the profile name that is assigned to a VIP?
Docaposte
Nimbostratus
Sep 03, 2013PHP sample code - Example
$wsdlVS="https://$hostname/iControl/iControlPortal.cgi?WSDL=LocalLB.VirtualServer";
$client = new SoapClient($wsdlVS,array('location'=>$location,'login'=>$username,'password'=>$password));
$virtual_list=$client->get_list();
$virtual_profile=$client->get_profile($virtual_list);
// raw result table display
print_r($virtual_profil);Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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