FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A transferHostRequest message contains an element of transferHostRequestType.
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. |
Name | Type |
---|---|
transferHost | Method |
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>