Host Storage System Create Software Adapter
Creates a software host bus adapter based on the provided spec.
Since: vSphere API Release 7.0.3.0
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.
{
"spec": {
"_typeName": "string"
}
}
A data object which specifies the parameters needed to create a software host bus adapter of a specific kind.
Since: vSphere API Release 7.0.3.0
No Content
ResourceInUse: if some of the resources specified in the spec and needed for adapter creation is in use
NotFound: if any of the resources specified in the spec could not be found.
NotSupported: if the configuration requested by the spec is not supported.
HostConfigFault: if the host is unable to create the adapter.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}