Virtual Servers Stats
Problem this snippet solves: This example shows how to display a list of virtual servers that are currently marked as down. Code : modify script virtual_stat.tcl {
proc script::init { } {
}
proc...
Published Mar 10, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
jlarger
Aug 18, 2018Cirrus
I'm trying to implement this tcl script in 11.6.3. Apparent the field names have changed. Can anyone tell me how to enumerate the current valid field values (or what this value has changed to)?
vs_stat.tcl: script failed to complete: can't eval proc: "script::run" field not present: ".status.availability-state" while executing "tmsh::get_field_value $virtual ".status.availability-state""