F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

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