Forum Discussion

mgamez_60648's avatar
mgamez_60648
Icon for Nimbostratus rankNimbostratus
Aug 22, 2013

iControl - Query DNS?

Hello,

 

Is there an interface to query DNS for example, send a query to iControl to query DNS for an IP address or an A record and pull up pertaining DNS entries?

 

3 Replies

  • I'm not sure I understand the question. If you need to make a resolution, you'd make that from the application, but not with an iControl method, you'd just set the GTM/LTM as the server of any queries you made. Can you clarify?
  • Jason,

     

    Thanks for your response. So for example, I want to pass a list of virtual servers from an LTM to the GTM then for every virtual server obtain all DNS records for that server found in zone runner.

     

    I want to be able to retrieve all pertaining DNS records for that particular virtual server and/or IP address of the virtual server I am querying.

     

  • This might actually work for me, it spits out all the records for every domain in the zone, now to parse it some how.

     

    zones.get_rrs_detailed([{'view_name' => ["external"],'zone_name' => ["mydomain.com."]}])