Ruby Virtual Server and Pool Creation
Problem this snippet solves: A simple script to add and delete both Virtual IPs and Pools in: Ruby Code : require 'rubygems'
require 'rest-client'
require 'json'
# define program-wide variables
B...
Published Mar 09, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Chris_Thompson_
May 26, 2015Nimbostratus
On line 22 there is a statement without an assignment. I think you want something like x = members.collect{ ... } and then pass x as the members in the payload.