FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getDeviceCountRequest message contains an element of getDevicesCountRequestType.
Type getDevicesCountRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
queryParams | getDevicesParametersType | 0..1 | See getDevicesParametersType. |
Name | Type |
---|---|
getDeviceCount | Method |
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>