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.
"CreateSoftwareAdapterRequestType Object"
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.
"VimFault Object"
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostStorageSystem/{moId}/CreateSoftwareAdapter