Forum Discussion
NetSnoopy
Jun 10, 2020Cirrus
Pool Member Status and how QTYPE works?
Hello, i wrote a small Irule for show the Pool Member status as json. when HTTP_REQUEST {
if { [string tolower [HTTP::host]] eq "f5_status.XXXX.com" } {
#update Poollist, enter Pool na...
cjunior
Jun 11, 2020Nacreous
Hi,
The QTYPE param is exclusive for GTM pool and used on GTM iRules.
When not defined, QTYPE has "A" as the default value.
Note: GTM does not support the -list option
e.g.
https://clouddocs.f5.com/api/irules/DNS_REQUEST.html
when DNS_REQUEST {
# Changed = = 0 to < 1 for CR100063 / SOL10137
if { [active_members pool_test] < 1 } {
cname "something.domain.com"
}
}
# Similar
if { [active_members A pool_test] < 1 } {
Regards.
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