HostQueryVirtualDiskUuidRequestType
HostQueryVirtualDiskUuidRequestType
The parameters of HostQueryVirtualDiskUuid.
Since: vSphere API Release 8.0.3.0
JSON Example
{
"name": "string"
}
string
name
Required
The name of the disk, either a datastore path or a URL referring to the virtual disk whose uuid for the DDB entry needs to be queried. A URL has the form
scheme://authority/folder/path?dsName=dsName
where
- scheme is
http
orhttps
. - authority specifies the hostname or IP address of the VirtualCenter or ESX server and optionally the port.
- dsName is the name of the Datastore.
- path is a slash-delimited path from the root of the datastore.
A datastore path has the form
[datastore] path
where
- datastore is the datastore name.
- path is a slash-delimited path from the root of the datastore.
An example datastore path is "[storage] path/to/file.extension".
Availability
Added in vSphere API Release 8.0.3.0