whoami



Description

The whoami command returns the server name for the local GTM.

Syntax

whoami

Examples

  when DNS_REQUEST {
if { [whoami] eq "ltm01" } {
    pool pool1 member 10.10.10.10
}
  }