Control Apps - #21 - App Automation
In certain environments it is desired to have multiple application instances of different versions running side by side in your production envioronment. An example of this might be for a new feature...
Published Nov 17, 2009
Version 1.0Joe_45302
Nov 15, 2012Nimbostratus
Hey Joe, this is great stuff, thanks for posting. I'm having an issue with your create-pool () function. When I pass in two IPs, I successfully build ipportdeflist, however, when I send that object into the .create method, it only makes the first entry as a member. I placed a $host.enternestedprompt() immediately preceding issuing the create command and can see the object. It is displayed below as an array of commonIPportdefinition[]. Any thoughts on this? Also, I tried to capture the traffic, but of course it is https. Anyway to see the actual soap request received by the webservice? Or perhaps force non-ssl?
Thanks! -Joe
PS C:\utilities\Scripts\powershell\LTM>>> $IPportdefinitionslist.gettype()
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True CommonIPPortDefinition[] System.Array
PS C:\utilities\Scripts\powershell\LTM>>> $IPportdefinitionslist | ft -auto
address port
------- ----
1.2.3.4 80
1.2.3.5 80