FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getHostAttributesRequest

Description

A getHostAttributesRequest message contains an element of getHostAttributesRequestType.

Derived By

Type getHostAttributesRequestType

Content Model

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.
Referenced By
Name  Type 
getHostAttributesFromLicenseTechnology  Method 
XML Example

The following XML fragment illustrates a getHostAttributesRequest message:

<getHostAttributesRequest>
     <licenseTechnologyIdentifier>
          <primaryKeys>
              <name>CustomLT</name>
          </primaryKeys>
      </licenseTechnologyIdentifier>
 </getHostAttributesRequest>