FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: transferHostRequest

Description

A transferHostRequest message contains an element of transferHostRequestType.

Derived By

Type transferHostRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
sourceHosts  transferHostList  1..1  Required. See transferHostList.
soldTo  string  0..1  A string that identifies the target account by its account name.
poolEntitlements  boolean  0..1  True, if existing, matching line items at the target account are to be pooled. False, to always create new line items at the target account.
Referenced By
Name  Type 
transferHost  Method 
XML Example

The following XML fragment illustrates a transferHostRequest message:

<transferHostRequest>
   <sourceHosts>
      <hostIdentifier>
         <soldTo>ACME</soldTo>
         <serverIds>
            <server1>DISPLAY=up</server1>
         </serverIds>
      </hostIdentifier>
   </sourceHosts>
   <soldTo>WILY</soldTo>
   <poolEntitlements>false</poolEntitlements>
</transferHostRequest>