FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getEntitlementAttributesResponse message contains an element of getEntitlementAttributesResponseType.
Type getEntitlementAttributesResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
entitlementAttributes | attributeMetaDescriptorDataType | 0..1 | A list of license model attributes that are set at entitlement time are contained in the entitlementAttributes element. See attributeMetaDescriptorDataType. |
|||||||||
policyAttributes | policyAttributesDataType | 0..1 | A list of policy attributes that are set at entitlement time are contained in the policyAttributes element. See policyAttributesDataType. |
|||||||||
needTimeZone | boolean | 0..1 | True if the license model includes the TZ keyword and allows it to be set at entitlement time; otherwise, false. |
|||||||||
Name | Type |
---|---|
getEntitlementAttributesFromModel | Method |
The following XML fragment illustrates a successful getEntitlementAttributesResponse message that indicates which license model attributes must be provided at entitlement time:
<getEntitlementAttributesResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<entitlementAttributes>
<attribute>
<attributeName>NOTICE</attributeName>
<attributeDataType>LONGTEXT</attributeDataType>
<namespace>FlexNet Licensing</namespace>
</attribute>
<attribute>
<attributeName>SERIAL_NUMBER</attributeName>
<attributeDataType>LONGTEXT</attributeDataType>
<namespace>FlexNet Licensing</namespace>
</attribute>
</entitlementAttributes>
<policyAttributes>
<needRehostsPolicy>false</needRehostsPolicy>
<needReturnsPolicy>false</needReturnsPolicy>
<needRepairsPolicy>false</needRepairsPolicy>
<needExtraActivationsPolicy>false</needExtraActivationsPolicy>
<needCancelLicensePolicy>false</needCancelLicensePolicy>
<needVirtualLicensePolicy>false</needVirtualLicensePolicy>
<needReinstallPolicy>false</needReinstallPolicy>
<needServerHostIdPolicy>false</needServerHostIdPolicy>
<needNodelockedHostIdPolicy>false</needNodelockedHostIdPolicy>
<needPortalServerHostIdPolicy>false</needPortalServerHostIdPolicy>
<needPortalNodelockedHostIdPolicy>false</needPortalNodelockedHostIdPolicy>
<needRedundantServerPolicy>false</needRedundantServerPolicy>
<needACPIGenerationIdLicensePolicy>false</needACPIGenerationIdLicensePolicy>
</policyAttributes>
<needTimeZone>false</needTimeZone>
</getEntitlementAttributesResponse>