featureCumulativeTrialInfo—Trial Usage Information
NOTE Since v9.2.0, the macro for obtaining trial usage information is SNTL_QUERY_FEATURE_CUMULATIVE_TRIAL_INFO_VERSION(v). Here, v represents the query version. Specify version under the double quotes, such as "1.0". The earlier macro SNTL_QUERY_FEATURE_CUMULATIVE_TRIAL_INFO is deprecated hereafter.
Query
<?xml version="1.0" encoding="UTF-8"?>
<sentinelQuery query="featureCumulativeTrialInfo" version="1.0"/>
Scope
<?xml version="1.0" encoding="UTF-8"?>
<sentinelScope>
<feature index="0">
<name>Feature</name>
<version>1</version>
</feature>
</sentinelScope>
Element | Description |
feature index |
Used to specify a particular feature-version combination. NOTE It is mandatory to provide either feature index or feature name under scope xml. Also, when all the three elements (feature index, feature name, and feature version) are passed, feature index is ignored. |
name |
The feature name identifier for the license code. NOTE Feature name is mandatory, when feature name and feature version are provided. |
version |
Version of the feature. Must be unique. |
Output
<?xml version="1.0" encoding="UTF-8"?>
<sentinelInfo>
<feature>
<featureName>Feature</featureName>
<featureVersion>1</featureVersion>
<cumulativeTrialDays>60</cumulativeTrialDays>
<cumulativeTrialSeconds>288000</cumulativeTrialSeconds>
<cumulativeTrialDaysLeft>60</cumulativeTrialDaysLeft>
<cumulativeTrialSecondsLeft>288000</cumulativeTrialSecondsLeft>
</feature>
</sentinelInfo>
NOTE The trial usage information is refreshed while requesting, updating or releasing a trial license.
Element | Description |
---|---|
Feature Cumulative Trial InformationNOTE The cumulative information of all the trial licenses of same feature and version is obtained. |
|
featureName | The name of the feature. |
featureVersion | The version of the feature. |
cumulativeTrialDays | The total number of trial days of all the trial licenses added. |
cumulativeTrialSeconds | The total trial period of all the trial licenses added (in seconds). |
cumulativeTrialDaysLeft | The total number of trial days left. |
cumulativeTrialSecondsLeft | The total trial period left (in seconds). |