Host Storage System Mark For Removal
Deprecated as of vSphere API 8.0. Software FCoE not supported.
Mark or unmark the given FCoE HBA for removal from the host system.
Marking an FCoE HBA for removal will result in the HBA not being discovered upon host reboot. Until reboot, the HBA remains visible in the storage topology.
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.
{
"hbaName": "string",
"remove": false
}
hbaName
remove
No Content
NotFound: if the given HBA could not be found.
InvalidArgument: if the given HBA is not an FCoE HBA.
HostConfigFault: if the host does not support removing the given HBA.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}