Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

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

shru199116
Nimbostratus
Nimbostratus
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. 
 
1 REPLY 1

shru199116
Nimbostratus
Nimbostratus

Can anyone help me on the above query?