Cirrus
Sep 11, 2017Cirrus
Wow thank you for your fast response. Unfortunetly I'm getting a lot of errors after executing the script. Tested it on two different devices running BigIP Version 12.1.2.
Here is one example:
Cannot index into a null array.
At C:\_dev\_F5\BigipReport-4.6.6-beta\bigipreport-4.6.6.ps1:1357 char:101
+ ... h $($VipStatistics[8].value.high) -Low $($VipStatistics[8].value.low)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
The property 'currentconnections' cannot be found on this object. Verify that the property exists and can be set.
At C:\_dev\_F5\BigipReport-4.6.6-beta\bigipreport-4.6.6.ps1:1357 char:101
+ ... h $($VipStatistics[8].value.high) -Low $($VipStatistics[8].value.low)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : PropertyAssignmentException