Forum Discussion
jvet_48281
Apr 06, 2018Nimbostratus
Serialization error calling get_statistics_by_virtual
Using iControl for .NET v11.3 with LTM 12.1.2, I am attempting to use get_statistics_by_virtual for a Client SSL Profile using the iControl for Microsoft.NET.
Is this a WSDL definition issue for .N...
JRahm
Apr 06, 2018Admin
I am not a .net guy, and I haven't messed with the soap interface in quite some time. But in python, I get this data just fine with this call:
import bigsuds
b = bigsuds.BIGIP('ltm3.test.local')
x = b.LocalLB.ProfileClientSSL.get_statistics_by_virtual(['cssl'],[['testvip']])
The profile is a list of names, the virtuals is a list of lists, which I think in .net is a 2-d array, but you'd know better than I.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects