Create Hardware Adapter SCSI
Adds a virtual SCSI adapter to the virtual machine.
Request
URLURL
Path Parameters
Path Parameters
Header Parameters
Header Parameters
Request Body
Specification for the new virtual SCSI adapter. The Scsi.CreateSpec structure provides a specification for the configuration of a newly-created virtual SCSI adapter.
{
"bus": 0,
"pci_slot_number": 0,
"sharing": "enum",
"type": "enum"
}
SCSI bus number. If unset, the server will choose an available bus number; if none is available, the request will fail.
Address of the SCSI adapter on the PCI bus. If the PCI address is invalid, the server will change it when the VM is started or as the device is hot added. If unset, the server will choose an available address when the virtual machine is powered on.
Bus sharing mode. If unset, the adapter will default to NONE.
Possible values are: NONE , VIRTUAL , PHYSICAL
Adapter type. If unset, a guest-specific default value will be used.
Possible values are: BUSLOGIC , LSILOGIC , LSILOGICSAS , PVSCSI
Response
Response BodyResponse Body
Virtual SCSI adapter identifier. The result will be an identifier for the resource type: com.vmware.vcenter.vm.hardware.ScsiAdapter.