FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: createDeviceRequest

Description

A createDeviceRequest message contains an element of createDevRequestType.

Derived By

Type createDevRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
device  deviceDataType  1..*  Name of the device. See deviceDataType.
Referenced By
Name  Type 
createDevice  Method 
XML Example

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>