|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getHostAttributesRequest message contains an element of getHostAttributesRequestType.
Type getHostAttributesRequestType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| licenseTechnologyIdentifier | licenseTechnologyIdentifierType | 1..1 | License technology of the product. See licenseTechnologyIdentifierType. |
| hostType | hostTypePKType | 0..1 | If a license technology has more than 1 host type, the host type must be specified. See hostTypePKType. |
| Name | Type |
|---|---|
| getHostAttributesFromLicenseTechnology | Method |
The following XML fragment illustrates a getHostAttributesRequest message:
<getHostAttributesRequest>
<licenseTechnologyIdentifier>
<primaryKeys>
<name>CustomLT</name>
</primaryKeys>
</licenseTechnologyIdentifier>
</getHostAttributesRequest>