|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A countDevicesRequest message contains an element of countDevicesRequestType.
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| queryParams | searchDevicesParametersType | 0..1 | See searchDevicesParametersType. |
| Name | Type |
|---|---|
| countDevices | Method |
The following XML fragment illustrates a countDevicesRequest message:
<countDevicesRequest>
<queryParams>
<name>
<value>c</value>
<searchType>STARTS_WITH</searchType>
</name>
</queryParams>
</countDevicesRequest>