Start a Conversation

Unsolved

1 Message

989

April 17th, 2020 04:00

REST call for find-unmapped-volumes

Hi All,

I'm trying to query a VPLEX cluster for unmapped volumes using a REST Post in Powershell, but getting a 523 syntax error. Would anyone know what's not right about this below? 

Invoke-RestMethod -Uri https:// /vplex/export+storage-view+find-unmapped-volumes  -Headers @{'Username' = 'user'; 'Password' = 'password'} -Method Post

Vplex version 5.5.2

 

Thanks

Jonathan

286 Posts

April 22nd, 2020 07:00

What are the odds that you can update to 6.2? The API has gotten much easier as we released v2 of our API. To get what you want you can run

https://  of VPLEX>/vplex/v2/clusters/ /storage_arrays/ /name_mapping

No Events found!

Top