LTM Pool Status
 Problem this snippet solves:  Here's a way to display the status of your pool members using a custom tmsh script.   Code :  create script pool-status.tcl { 
  proc script::run {} {
  set pool_names "...
Published Mar 10, 2015
Version 1.0CodeCentral_194 Cirrostratus
Cirrostratus
Joined May 05, 2019
CodeCentral_194 Cirrostratus
Cirrostratus
Joined May 05, 2019
Darius1_341345 Nimbostratus
Nimbostratus
Feb 17, 2018I finally got this working.
In addition to replacing the '' with underscore (i.e.
get''field''valueget_field_value(i.e.) Change
pool-member.status.availability-state"status.availability-state"pool-member.status.enabled-state"status.enabled-state"