Host Storage System Create Nvme Over Rdma Adapter
Creates a software NVME over RDMA adapter.
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.
"CreateNvmeOverRdmaAdapterRequestType Object"
The device name of the RDMA device to be used to create the software adapter. Can be obtained from HostRdmaDevice.device.
No Content
ResourceInUse: if the RDMA device is already in use by an NVME over RDMA adapter.
NotFound: if the given RDMA device could not be found.
NotSupported: if the current configuration of the RDMA device does not permit the creation of the adapter.
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}/CreateNvmeOverRdmaAdapter