HewlettPackard / oneview-sdk-ruby

This project is no longer being developed and has limited support. In the near future this repository will be fully deprecated. Please consider using other OneView projects, such as Golang and Python.
Apache License 2.0
12 stars 16 forks source link

get_attachable_volumes endpoint prints the object name rather than actual response in puppet #365

Closed madhav-bharadwaj closed 6 years ago

madhav-bharadwaj commented 6 years ago

Scenario/Intent

Trying to print attachable volumes using get_attachable_volumes endpoint

Environment Details

Steps to Reproduce

Run the volume.pp example in puppet

Expected Result

Response of GET/rest/storage-volumes/attachable-volumes

Actual Result

Objects of the response.

Notice: Getting attachable volumes...

Notice: Displaying list of attachable volumes bellow:

[ "#", "#" ] Notice:

madhav-bharadwaj commented 6 years ago

It is Working fine.