Host Storage System Mark As Ssd Task
Mark a disk to SSD, due to the reason that SSDs behind some controllers might not be recongized as SSD correctly.
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"
}
]
}