Add Internet Scsi Send Targets operation
The Add Internet Scsi Send Targets operation allows you to add Send Target entries to the host bus adapter (HBA) discovery list.
The following table describes the elements for the adapter request.
Adapter request elements for the Add Internet Scsi Send Targets operation
Element | Definition | Required | |
|---|---|---|---|
<operation-type> | Defines the type of operation: Host | Yes | |
<operation-name> | Defines the name of operation: Add_Internet_Scsi_Send_Targets | Yes | |
<soap-url> | Specifies the URL for the remote SOAP service running on the VMware VirtualCenter | No | |
<transport> | Specifies the transport protocol for the message | No | |
<user-name> | Specifies the user name that is used for HTTP basic authentication on the VMware Virtual Center | No | |
<password> | Specifies the password corresponding to <user-name> | Conditional; required if <user-name> is specified | |
<parameters> | Contains the elements required to execute the operation | Yes | |
<host-system> | Specifies the DNS name of the host for which you want to add the send targets to the bus adapter discovery list | Yes | |
<iScsi-hba-device> | Specifies the device of the Internet SCSI HBA adapter | Yes | |
<targets-list> | Specifies an array of Internet SCSI send targets
address: String value specifying the IP address or hostname of the storage device | Yes |
The following code sample shows the sample adapter request for the Add Internet Scsi Send Targets operation.
Sample adapter request for the Add Internet Scsi Send Targets operation
<operation-type>Host</operation-type>
<operation-name>Add_Internet_Scsi_Send_Targets</operation-name>
<soap-url></soap-url>
<transport></transport>
<user-name></user-name>
<password></password>
<parameters>
<host-system>abc.bmc.com</host-system>
<iScsi-hba-device>vmhba40</iScsi-hba-device>
<targets-list>
<targets>
<address>10.118.249.20</address>
<port>3260</port>
</targets>
</targets-list>
</parameters>
</vmware-infrastructure-request>
The following code sample shows the response for the sample Add Internet Scsi Send Targets operation.
Sample adapter response for the Add Internet Scsi Send Targets operation
<metadata>
<status>success</status>
</metadata>
<AddInternetScsiSendTargetsResponse>
</AddInternetScsiSendTargetsResponse>
</vmware-infrastructure-response>