Previous page

Next page

Locate page in Contents

Print this page

list_device

WindowsThis call is available on Windows only.

Summary:

Lists devices installed on the Hardware Node.

Request specification:

Name

Min/Max

Type

Description

list_device

 

 

 

{

 

 

 

device

0..[]

common_deviceType

Device info. If none specified, returns a list of all available devices.

}

 

 

 

Returns:

Name

Min/Max

Type

Description

device

0..1

common_deviceType

Device information.

The actual data type returned here can be used to identify the device type (SCSI, other Windows devices). See the subtypes of the common_deviceType for the available types. When setting up Container clustering, select the desired SCSI device from the list.

Example:

Input

<packet version="4.0.0" id="2">

<target>devm</target>

<data>

<devm>

<list_device/>

</devm>

</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:ns2="http://www.swsoft.com/webservices/vzl/4.0.0/devm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="55c464dc9d9t2350r878" time="2007-05-19T14:44:18+0000" priority="0" version="4.0.0">

<ns1:origin>devm</ns1:origin>

<ns1:target>vzclient6</ns1:target>

<ns1:dst>

<ns1:director>gend</ns1:director>

</ns1:dst>

<ns1:data>

<ns2:devm>

<ns2:device xsi:type="ns2:windows_deviceType">

<ns2:name>Microsoft AC Adapter</ns2:name>

<ns2:description>Microsoft AC Adapter</ns2:description>

<ns2:physical_name>QUNQSVxBQ1BJMDAwM1wx</ns2:physical_name>

</ns2:device>

<ns2:device xsi:type="ns2:windows_deviceType">

<ns2:name>ACPI Fixed Feature Button</ns2:name>

<ns2:description>ACPI Fixed Feature Button</ns2:description>

<ns2:physical_name>QUNQSVxGSVhFREJVVFRPTlwyJkRBQkEzRkYmMA==</ns2:physical_name>

</ns2:device>

<ns2:device xsi:type="ns2:windows_deviceType">

<ns2:name>Microsoft System Management BIOS Driver</ns2:name>

<ns2:description>Microsoft System Management BIOS Driver</ns2:description>

<ns2:physical_name>Uk9PVFxTWVNURU1cMDAwMg==</ns2:physical_name>

</ns2:device>

<ns2:device xsi:type="ns2:scsi_deviceType">

<ns2:name>VMware, VMware Virtual S SCSI Disk Device</ns2:name>

<ns2:description>Disk drive</ns2:description>

<ns2:physical_name>U0NTSVxESVNLJlZFTl9WTVdBUkVfJlBST0RfVk1XQVJFX1ZJUlRVQUxfUyZSRVZfMS4wXDQmM0E3Mzk1MjkmMCYwMDA=</ns2:physical_name>

</ns2:device>

<ns2:device xsi:type="ns2:scsi_deviceType">

<ns2:name>VMware, VMware Virtual S SCSI Disk Device</ns2:name>

<ns2:description>Disk drive</ns2:description>

<ns2:physical_name>U0NTSVxESVNLJlZFTl9WTVdBUkVfJlBST0RfVk1XQVJFX1ZJUlRVQUxfUyZSRVZfMS4wXDQmM0E3Mzk1MjkmMCYwMTA=</ns2:physical_name>

</ns2:device>

<ns2:device xsi:type="ns2:windows_deviceType">

<ns2:name>Generic volume</ns2:name>

<ns2:description>Generic volume</ns2:description>

<ns2:physical_name>U1RPUkFHRVxWT0xVTUVcMSYzMEE5NjU5OCYwJlNJR05BVFVSRUM2NzhERTkxT0ZGU0VUN0UwMExFTkdUSDNGRkFCRDIwMA==</ns2:physical_name>

</ns2:device>

<ns2:device xsi:type="ns2:windows_deviceType">

<ns2:name>Generic volume</ns2:name>

<ns2:description>Generic volume</ns2:description>

<ns2:physical_name>U1RPUkFHRVxWT0xVTUVcMSYzMEE5NjU5OCYwJlNJR05BVFVSRUVGMThFRjE4T0ZGU0VUN0UwMExFTkdUSDFGRjU4MjgwMA==</ns2:physical_name>

</ns2:device>

</ns2:devm>

</ns1:data>

<ns1:src>

<ns1:director>gend</ns1:director>

</ns1:src>

</ns1:packet>

Please send us your feedback on this help page