How to get VMFS datastore UUIDs across all the datastores in a vCenter server using vSphere APIs
How to get VMFS datastore UUIDs across all the…
There are several vSphere API which requires vmfsUUID as one of its important properties. Some examples of such APIs are MountVmfsVolume(),mountVmfsVolumeEx(), UnmountForceMountedVmfsVolume(), unmapVmfsVolumeEx(), DeleteVmfsVolumeState(), unmountVmfsVolumeEx & unmountVmfsVolume(). Without vmfsUUID we can NOT operate on any of these APIs. Now question is how to get/know the UUID of the VMFS datastores connected to hosts using vSphere … Continue reading How to get VMFS datastore UUIDs across…Read More