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

ldesfosses's avatar
Apr 23, 2018

Retrieve all the VS, including those created by iApp

Hi,

Using the Java lib, I'm retrieving all the VS on a BigIP. It's working well for the VS without a Path.

The is the method I use :

icInterfaces.getLocalLBVirtualServer().get_list() ;

This is an exemple of a VIP that dosn't appear with this method :

ltm virtual /Common/iapp_appname.app/vsname_virtual {
        app-service /Common/iapp_appname.app/vsname
        destination /Common/1.2.3.4:80
        ip-protocol tcp
        mask 255.255.255.255
        [snip]

What method should I use to get the VS create with iApp ?

Thanks,

No RepliesBe the first to reply