3.1.4.50.3.1 ExecuteSPGetComputersHavingInventoryItemRequestBody

Specifies the inventory item for which reporting client computer information is to be returned.

  
 <xsd:complexType name="ExecuteSPGetComputersHavingInventoryItem">
   <xsd:sequence>
     <xsd:element minOccurs="1" maxOccurs="1" name="targetGroupId" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="1" maxOccurs="1" name="includeSubgroups" type="xsd:boolean"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="className" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="propertyName" nillable="true" type="xsd:string"/>
     <xsd:element minOccurs="0" maxOccurs="1" name="propertyValue" nillable="true" type="xsd:string"/>
   </xsd:sequence>
 </xsd:complexType>

targetGroupId: This field MUST be present and is as specified in section 2.2.4.8.

includeSubgroups: This field MUST be present. If set to TRUE, the server MUST also consider client computers that belong to subgroups of the target group as specified by the targetGroupId field.

className: This field MUST be present. It denotes the CIM class name of the inventory item reported back by the client computer.

propertyName: This field MUST be present. It denotes the name of the property of the CIM class specified by the className field. The property resembles the desired inventory item.

propertyValue: This field MUST be present. It contains the value of the requested inventory item.