For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Xue-Lin_Lin_839's avatar
Xue-Lin_Lin_839
Historic F5 Account
Nov 26, 2012

Can we test web services via TMOS?

As we know, iControlPortal.cgi is providing web services for iControl, but I would like to know whether we could open the web services on our TMOS server, just like JBOSS/Weblogic to check all the web services with input and output parameters, which we could do some test via web portal for web service. Any hints? Thanks!

 

/usr/local/www/iControl/iControlPortal.cgi

 

root 4978 4962 0 20:18 ? Sl 0:07 /usr/lib/jvm/jre/bin/java -Xmx16m -server -classpath /usr/share/java/devmgmt-client.jar:/usr/share/java/devmgmt.jar:/usr/share/java/slf4j-api.jar:/usr/share/java/slf4j-log4j12.jar:/usr/share/java/log4j.jar:/usr/share/java/mcpj.jar:/usr/share/java/bcprov.jar:/usr/share/java/iControl.jar:/usr/share/java/axis.jar:/usr/share/java/jaxrpc.jar:/usr/share/java/commons-logging.jar:/usr/share/java/commons-discovery.jar:/usr/share/java/schema.jar:/usr/share/java/f5jutil.jar com.f5.devmgmt.server.Server

 

 

1 Reply

  • Xue-Lin_Lin_839's avatar
    Xue-Lin_Lin_839
    Historic F5 Account

     

    Only found the wsdl like below (xx.x.x.xx is address of F5 management ):

     

     

    https://XX.X.X.XX/iControl/iControlPortal.cgi?WSDL=System.SystemInfo

     

    https://XX.X.X.XX/iControl/iControlPortal.cgi?WSDL=GlobalLB.ProberPool

     

     

    -

     

    Adds members to the specified prober pools.

     

     

     

     

     

    API:

     

    void add_member(

     

    in String[] pool_names,

     

    in PoolMemberDefinition[][] members

     

    );