3.1.4.49.3.2 ExecuteSPGetInventorySummaryResponseBody

Contains the list of computers that have the specified inventory item in a target group.

            
 <xsd:complexType name="ExecuteSPGetInventorySummaryResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetInventorySummaryResult" nillable="true" type="tns:ArrayOfGenericReadableRow"/>
   </xsd:sequence>
 </xsd:complexType>

ExecuteSPGetInventorySummaryResult: This field MUST be present. It contains the list of computers that have the specified inventory item in a target group. The data type is defined in section 2.2.4.3. Each entry in the returned array is an array of type GenericReadableRow (section 2.2.4.12). The entries in that array SHOULD be interpreted as defined in section 2.2.4.12.1.

The items in the array MUST contain the following information.

Index

Name

Type

Description

0

ClassID

Integer

MUST NOT be NULL. Contains the class identifier.

1

Classname

String

MUST NOT be NULL. Contains the name of the class.

2

Propertyname

String

MUST NOT be NULL. Contains the name of the property.

3

Type

String

MUST NOT be NULL. Contains the data type of the property.

4

Value

String

Contains the value of the property.