ltm rule command RESOLVER summarizeΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

RESOLVER::summarize
       Returns a summary of the response.

SYNOPSIS
       RESOLVER::summarize DNS_MESSAGE

DESCRIPTION
       Takes a dns_message structure and returns a summary as a list of resource records.

       Syntax

       RESOLVER::summarize 

RETURN VALUE
       The summary will be a TCL list of resource record objects of the type specified in the query. Individual
       resource record objects are usable by the DNSMSG::record iRule command.

VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
		set result [RESOLVER::name_lookup "/Common/r1" www.abc.com a]
		set rrs [RESOLVER::summarize $result]
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-15.1.0 --First introduced the command.

BIG-IP						      2020-06-23					     iRule(1)