Forum Discussion
Haarith_Devaraj
Nimbostratus
Feb 25, 2009LDNS Stats Retrieval
Hi All,
We are trying to retrieve all the records that show up on
Overview -> Statistics -> Local DNS.
The SDK points us at this
GtmLdnsStatistics g...
Haarith_Devaraj
Nimbostratus
Feb 27, 2009I am using python to get this..
import pycontrol.pyControl as pyControl
b = pyControl.BIGIP(hostname = 'x', username = 'username', password = 'password',
wsdl_files = ['System.Statistics']
)
d = b.System_Statistics
try:
s = d.get_gtm_ldns_statistics(
ldns_ips = ['0.0.0.0']
);
print s
except: print "No LDNS ip found"
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