FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
name | SimpleQueryType | 0..1 |
Optional. A name contains:
|
deviceId | SimpleQueryType | 0..1 |
Optional. A deviceId contains:
|
deviceIdType | DeviceIdTypeQueryType | 0..1 |
Device ID type. The value for deviceIdType can be:
TOLERANT should only be used to create a device as the result of a capability request sent from the device itself. That is, FNO honors requests with ID type of TOLERANT, but because there is no FNO code to support it, it should never be used to create or update a device. |
deviceClasses | deviceClassList | 0..1 |
One of the following:
|
hosted | boolean | 0..1 | If true, limits the servers and served clients returned to hosted instances. |
parentId | SimpleQueryType | 0..1 |
Optional. A parentId contains:
|
hostTypeName | SimpleQueryType | 0..1 |
Optional. A hostTypeName contains:
|
soldTo | SimpleQueryType | 0..1 |
Optional. A soldTo account name contains:
|
soldToAcctId | SimpleQueryType | 0..1 |
Optional. A soldToAcctId contains:
|
description | SimpleQueryType | 0..1 |
Optional. A description contains:
|
status | DeviceStatusQueryType | 0..1 | See DeviceStateQueryType. |
addOnEntitlementId | SimpleQueryType | 0..1 |
Optional. An addOnEntitlementId contains:
|
addOnActivationId | SimpleQueryType | 0..1 |
Optional. An addOnActivationId contains:
|
addOnProductName | SimpleQueryType | 0..1 |
Optional. An addOnProductName contains:
|
addOnProductVersion | SimpleQueryType | 0..1 |
Optional. An addOnProductVersion contains:
|
addOnPartNumber | SimpleQueryType | 0..1 |
Optional. An addOnPartNumber contains:
|
featureName | SimpleQueryType | 0..1 |
Optional. A featureName contains:
|
userString | SimpleQueryType | 0..1 |
Optional. A userString contains:
|
lastModifiedDate | DateQueryType | 0..1 | Date the device was last modified. |
addOnExpirationDate | DateQueryType | 0..1 |
You can search and filter by addOnExpirationDate. This enhancement enables producers to filter out devices that have expired licenses. Here is an example request: <urn:addOnExpirationDate> The addOnExpirationDate parameter is returned in the response, based on the response config parameter. |
hasLicense | boolean | 0..1 |
You can search and filter by hasLicense. This enhancement enables producers to filter out devices that have invalid licenses. Here is an example request: <urn:hasLicense>true</urn:hasLicense> The hasLicense parameter is returned in the response, based on the response config parameter. |
siteName | SimpleQueryType | 0..1 | The getDevice, getDevicesQuery and searchDevices methods can return the siteName attribute value. You can use <responseConfig> to include or exclude the site name in the response. Also, siteName is available as a search parameter for the getDevicesQuery and searchDevices methods. |