japerrin's Posts

Hi Pavan Do you want to get all storage policies list (and their property) defined on a vcenter or the storage policy properties defined on a datastore or used by a VM ? To query storage policies y... See more...
Hi Pavan Do you want to get all storage policies list (and their property) defined on a vcenter or the storage policy properties defined on a datastore or used by a VM ? To query storage policies you have to perform a GET REST API on the vcenter on URL : "rest/vcenter/storage/policies"    
Hi Pavan To do that you can perform a REST API query on "rest/vcenter/storage/policies" on the vCenter server.   Regards Jacques