This call is available on Windows only.
Summary:
Lists the device forwarding information. See the forward_device
call for more info on device forwarding.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
The ID of the server for which you would like to see the device forwarding information. |
|
|
|
|
|
|
|
|
|
Returns:
Name |
Min/Max |
Type |
Description |
|
|
|
A list of "forwarded" devices. |
|
|
|
|
|
|
|
Source device information. |
|
|
|
|
|
|
Host server ID. |
|
|
|
Device information. |
|
|
|
|
|
|
|
|
Destination device information. |
|
|
|
|
|
|
Server ID. |
|
|
|
Device information. |
|
|
|
|
|
|
|
|
|
Example:
Input
<packet version="4.0.0">
<target>vzadevm</target>
<data>
<vzadevm>
<list_forward>
<eid>7f29d970-3e31-46f3-9b59-2654329e3e55</eid>
</list_forward>
</vzadevm>
</data>
</packet>
Output
<?xml version="1.0" encoding="UTF-8"?><ns1:packet xmlns:ns1="http://www.swsoft.com/webservices/vzl/4.0.0/protocol" xmlns:ns3="http://www.swsoft.com/webservices/vzl/4.0.0/devm" xmlns:ns2="http://www.swsoft.com/webservices/vza/4.0.0/vzadevm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="51c464db67ft56aer878" time="2007-05-19T13:21:44+0000" priority="0" version="4.0.0">
<ns1:origin>vzadevm</ns1:origin>
<ns1:target>vzclient6</ns1:target>
<ns1:dst>
<ns1:director>gend</ns1:director>
</ns1:dst>
<ns1:data>
<ns2:vzadevm>
<ns2:forward>
<ns2:source>
<ns2:device xsi:type="ns3:windows_deviceType">
<ns3:name>S SCSI Disk Device</ns3:name>
<ns3:description>SCSI Disk Device</ns3:description>
<ns3:physical_name>U0NTSVxESVNLJlZFTl9WTVdBUkVfJlBST0RfVk1XQVJFX1ZJUlRVQUxfUyZSRVZfMS4wXDQmM0E3Mzk1MjkmMCYwMDA=</ns3:physical_name>
</ns2:device>
</ns2:source>
<ns2:destination>
<ns2:eid>7f29d970-3e31-46f3-9b59-2654329e3e55</ns2:eid>
<ns2:device xsi:type="ns3:windows_deviceType">
<ns3:name>My SCSI Disk Device</ns3:name>
<ns3:description>S SCSI Disk Device</ns3:description>
<ns3:physical_name>U0NTSVxESVNLJlZFTl9WTVdBUkVfJlBST0RfVk1XQVJFX1ZJUlRVQUxfUyZSRVZfMS4wXDQmM0E3Mzk1MjkmMCYwMDA=</ns3:physical_name>
</ns2:device>
</ns2:destination>
</ns2:forward>
</ns2:vzadevm>
</ns1:data>
<ns1:src>
<ns1:director>gend</ns1:director>
</ns1:src>
</ns1:packet>