Forum Discussion

jakauppila_3997's avatar
jakauppila_3997
Icon for Nimbostratus rankNimbostratus
Jul 10, 2013

Getting monitor properties via get_template_string_property

I'm attempting to write a Powershell function that will pull information on a Monitor utilizing the iControl assembly. I'm not sure the proper syntax for pulling the properties off of it using the LocalLBMonitor.get_template_string_property method.

 

One of the only resources pertaining to the issue I've found is from 2007, here https://devcentral.f5.com/community/group/aft/15027/asg/51

 

So what I have as a start is this:

 

(Get-F5.iControl).LocalLBMonitor.get_template_string_property("/Common/MONITOREXAMPLE")

 

 

No RepliesBe the first to reply