Forum Discussion

lior's avatar
lior
Icon for Nimbostratus rankNimbostratus
Jun 15, 2022

how to get vip name and address(destination) with json

Hi,

I want to get all vip's name and their address(destination) with rest api.

I was able to get all the vips with postman  with get -  "https://localf5/mgmt/tm/ltm/virtual".

I can't figure a way to get only the name of the vip and address

have anyone manage to do that?

 

eventually, I want to build a script that create another vip with the same address but diffrent port

and for that I need to check the ip of the vip

 

thanks,