Forum Discussion

shru199116's avatar
shru199116
Icon for Nimbostratus rankNimbostratus
May 18, 2022

How to get all the properties of a Virtual Sever using python SDK?

device.tm.ltm.virtuals.get_collection() --> It just gives basic fields like name, ipProtocol, iRule, Pool name, nat64, etc
device.tm.ltm.profile.server_ssls.get_collection() --> Gives the Server SSL details 
device.tm.ltm.profile.client_ssls.get_collection() --> Gives the Client SSL details 
 
Is there a way were i can get complete General Properties, Advanced Configuration Properties, Acceleration property   details . Kindly help on this.