FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Complex Type: getDeviceResponseData

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
deviceId  deviceId  0..1  See deviceId.
backupDeviceId  string  0..1  Backup host ID.
name  string  0..1  Device name.
description  string  0..1  Device description.
hostTypeName  string  0..1  Host type name.
status  deviceStatusType  0..1  See deviceStatusType.
servedStatus  servedStatusType  0..1 

Served client status. Valid values:

  • NORMAL

  • RETURNED

  • EXPIRED

  • DROPPED

hosted  boolean  0..1 

One of the following:

  • false - for local server

  • true - for Cloud License Service instance.

soldTo  soldToType  0..1  See soldToType.
baseProduct  productPKType  0..1  Database primary key of the product—strings containing the name and version of the product.
hasBufferLicense  boolean  0..1  Does the device have a buffer license?
bufferLicense  base64Binary  0..1  The buffer license as a base-64 encoded, binary capability response.
hasAddonLicense  boolean  0..1  Does the device have an add-on license?
addonLicense  base64Binary  0..1  The add-on license as a base-64 encoded, binary capability response.
publisherIdName  string  0..1  Publisher name.
addon  addonData  0..*  See addonData.
feature  featureDataDataType  0..*  See featureDataDataType.
customAttributes  attributeDescriptorDataType  0..1  See attributeDescriptorDataType.
parentIdentifier  deviceId  0..1  See deviceId.
machineType  machineTypeType  0..1 

The value is a string to match part or all of the machineType:

  • UNKNOWN

  • PHYSICAL

  • VIRTUAL

vmName  string  0..1  The name of the virtual machine on which the device is hosted. If the machineType is not VIRTUAL, vmName is NULL.
vmInfo  dictionaryType  0..1  See dictionaryType.
vendorDictionary  dictionaryType  0..1  See dictionaryType.
update  updatesType  0..*  See updatesType.
userString  string  0..1  Name of user.
userIdentifier  userIdentifierType  0..1  See userIdentifierType.
createdOn  dateTime  0..1   
lastModified  dateTime  0..1  Date the device was last modified.
lastSyncTime  dateTime  0..1  The latest time stamp on any sync messages processed for the server (only applies to server devices).
lastRequestTime  dateTime  0..1 

The last date and time a response was generated for the device. It is:

  • set whenever the device calls in and FlexNet Operations generates a response, and

  • updated regardless of whether there was a change in the generated response or not (in which case FlexNet Operations replies with an empty license)

siteName  string  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.