Enumerate All Modules
 Problem this snippet solves:  The iControl REST Users Guide documents a way to discover all components by using the curl command to manually scroll through all the different modules. I wanted somethi...
Published Mar 09, 2015
Version 1.0CodeCentral_194
Cirrostratus
Joined May 05, 2019
CodeCentral_194
Cirrostratus
Joined May 05, 2019
amolari
Cirrostratus
Nov 05, 2015Great tool, thanks for sharing. However it produces an error on v12:
iControl_REST_Enum.rb:169:in `block (2 levels) in ': undefined method `[]' for nil:NilClass (NoMethodError)
        from iControl_REST_Enum.rb:165:in `each'
        from iControl_REST_Enum.rb:165:in `block in '
        from iControl_REST_Enum.rb:137:in `loop'
        from iControl_REST_Enum.rb:137:in `'
Would you have a newer version of your code that supports v12?