FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getDeviceCountRequest

Description

A getDeviceCountRequest message contains an element of getDevicesCountRequestType.

Derived By

Type getDevicesCountRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  getDevicesParametersType  0..1  See getDevicesParametersType.
Referenced By
Name  Type 
getDeviceCount  Method 
XML Example

The following XML fragment illustrates a getDeviceCountRequest message:

   <getDevicesRequest>
         <!--Optional:-->
         <queryParams>
            <!--Optional:-->
            <deviceId>
               <value>?</value>
               <searchType>?</searchType>
            </deviceId>
            <!--Optional:-->
            <deviceIdType>
               <value>ETHERNET</value>
               <searchType>EQUALS</searchType>
            </deviceIdType>
            <!--Optional:-->
            <hostTypeName>
               <value>?</value>
               <searchType>?</searchType>
            </hostTypeName>
            <!--Optional:-->
            <soldTo>
               <value>?</value>
               <searchType>?</searchType>
            </soldTo>
            <soldToAcctId>
               <value>account_id</value>
               <searchType>EQUALS</searchType>
            </soldToAcctId>
            <!--Optional:-->
            <machineType>
               <value>PHYSICAL</value>
               <searchType>EQUALS</searchType>
            </machineType>
         </queryParams>
      </getDevicesRequest>