Method: HPE3PAR_API#get_storage_system_info
- Defined in:
- lib/puppet/util/hpe3par_api.rb
#get_storage_system_info(debug = false) ⇒ Object
1069 1070 1071 1072 1073 1074 1075 1076 1077 |
# File 'lib/puppet/util/hpe3par_api.rb', line 1069 def get_storage_system_info(debug = false) cl = Hpe3parSdk::Client.new(@rest_url, debug: debug) begin cl.login(@url.user, @url.password) cl.get_storage_system_info ensure cl.logout end end |