Host Storage System Attach Vmfs Extent
Extends a VMFS by attaching a disk partition as an extent.
Required privileges: Host.Config.Storage
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostStorageSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"vmfsPath": "string",
"extent": {
"_typeName": "string",
"diskName": "string",
"partition": 0
}
}
The path of the VMFS to extend. See FileSystemMountInfo.
This data object type describes the specification of a Disk partition.
No Content
NotFound: if the VMFS cannot be found or is unmounted.
InvalidArgument: if the new extent is already used by another vmfs volume, does not exist, or is of an invalid partition type.
HostConfigFault: for all other configuration failures.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}