FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: deviceIdentifier [type deviceDataType]

Description

See createDeviceIdentifier.

Derived By

Type createDeviceIdentifier

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
deviceType  WSDeviceType  1..1  CLIENT or SERVER.
deviceId  string  0..1  Client device identifier, if this is a client device.
serverIds  ServerIdsType  0..1  Server device identifier, if this is a server device. See ServerIdsType.
deviceIdType  deviceIdTypeType  0..1 

Device ID type. The value for deviceIdType can be:

  • UNKNOWN

  • STRING

  • ETHERNET

  • FLEXID9

  • FLEXID10

  • EXTENDED

  • INTERNET

  • INTERNET6

  • USER

  • TOLERANT

  • VM_UUID

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.

publisherName  string  0..1  Identifies the publisher name of the device. It is part of the unique ID of the device.
Referenced By
Name  Type 
deviceDataType  Complex Type 
Definition

See deviceDataType