Forum Discussion

Haarith_Devaraj's avatar
Haarith_Devaraj
Icon for Nimbostratus rankNimbostratus
Feb 25, 2009

LDNS 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 get_gtm_ldns_statistics(

 

in String [] ldns_ips

 

);

 

 

This returns only the IP's specified.

 

 

Is there a way to retrieve it all at one time ( via icontrol ) or is there some wildcard character we can use in this api call itself to generate the full list.

 

 

Thanks,

 

Haarith

12 Replies

  • Ok, now I know why I'm confused - I no absolutely nothing about python. Any python devs out there want to help out here?

     

     

    -Joe
  • Second part of the code (print "%s [%s] %s" % (lhs, tokens[index], rhs) ) works if we just use LHS instead of the full list.

     

    I think we are good. Thanks a bunch for active response =)