QueryFileLockInfoRequestType
QueryFileLockInfoRequestType
The parameters of QueryFileLockInfo.
Since: vSphere API Release 8.0.2.0
JSON Example
{
"path": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
}
}
string
path
Required
Full file path to look up lock information on. For example specific VM file like: /vmfs/volumes/datastore1/vm/vm-flat.vmdk
host
Optional
Host id is required if API is invoked on vCenter Server. It is optional if invoked on host directly. Esx does not require this parameter.