Host Storage System Mark As Non Local Task
Mark a disk to remote disk, which is the opposite operation of MarkAsLocal_Task Task failure might lose existing claim rules on the disk.
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.
{
"scsiDiskUuid": "string"
}
The SCSI disk UUID.
OK
{
"_typeName": "string",
"type": "string",
"value": "string"
}
NotFound: if the device could not be found.
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"
}
]
}