FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createDeviceRequest message contains an element of createDevRequestType.
Type createDevRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
device | deviceDataType | 1..* | Name of the device. See deviceDataType. |
Name | Type |
---|---|
createDevice | Method |
The following XML fragment illustrates a createDeviceRequest message:
<createDeviceRequest>
<!--1 or more repetitions:-->
<device>
<deviceIdentifier>
<deviceType>?</deviceType>
<!--Optional:-->
<deviceId>?</deviceId>
<!--Optional:-->
<serverIds>
<!--1 or more repetitions:-->
<serverId>?</serverId>
</serverIds>
<deviceIdType>ETHERNET</deviceIdType>
</deviceIdentifier>
<hostTypeName>
<name>?</name>
</hostTypeName>
<publisherIdName>
<name>?</name>
</publisherIdName>
<!--Optional:-->
<description>?</description>
<!--Optional:-->
<channelPartners>
<!--Zero or more repetitions:-->
<channelPartner>
<tierName>?</tierName>
<accountUnit>
<!--Optional:-->
<uniqueId>?</uniqueId>
<!--Optional:-->
<primaryKeys>
<name>?</name>
</primaryKeys>
</accountUnit>
<!--Optional:-->
<contact>
<!--Optional:-->
<uniqueId>?</uniqueId>
<!--Optional:-->
<userName>?</userName>
<!--Optional:-->
<primaryKeys>
<firstName>?</firstName>
<lastName>?</lastName>
<emailAddress>?</emailAddress>
<!--Optional:-->
<phoneNumber>?</phoneNumber>
</primaryKeys>
</contact>
</channelPartner>
</channelPartners>
<!--Optional-->
<alias>?</alias>
</device>
</createDeviceRequest>