This page refers to functionality that has been removed from License Statistics. This information no longer applies to License Statistics v6.3 and newer.

Obtaining information about usage history

You can easily fetch metrics about usage history by sending one of the the following HTTP requests.

GET /api/v1/report/feature/${featureId}/usage-history/${returnType}?sd=${YYYY-MM-DD}&ed=${YYYY-MM-DD}&granularity=${granularity}$(additional parameters, as needed)


GET /api/v1/report/feature-composite/${fcid}/usage-history/${returnType}?sd=${YYYY-MM-DD}&ed=${YYYY-MM-DD}&granularity=${granularity}$(additional parameters, as needed)

GET /api/v1/report/feature-comparison/${ucompi}/report/${returnType}?sd=${YYYY-MM-DD}&ed=${YYYY-MM-DD}&granularity=${granularity}


GET /api/v1/report/license-server/${lsid}/usage-history/${returnType}?sd=${YYYY-MM-DD}&ed={YYYY-MM-DD}&granularity=${granularity}$(additional parameters, as needed)


GET /api/v1/report/license-server-group/${lsgid}/usage-history/${returnType}?sd=${YYYY-MM-DD}&ed={YYYY-MM-DD}&granularity=${granularity}$(additional parameters, as needed)

where $ indicates a variable value that you can replace with a value that best suits your needs. The possible parameters are described below.

ParameterRequiredTypeDescription
${featureId}YesintegerInternal License Statistics identification of the feature to show usage history for.
${fcid}YesintegerInternal License Statistics identification of the feature composite to show usage history for.
${ucompi}YesintegerInternal License Statistics identification of feature history comparison.
${lsid}YesintegerInternal License Statistics identification of the license server to show usage history for.
${lsgid}YesintegerInternal License Statistics identification of the license server group to show usage history for.
${returnType}YesstringStandard format option. See Making an API request for details.
sdYesdateStart date for which the report will be generated.
edYesdateEnd date for which the report will be generated.
granularityYesenumeration

Period type the result is aggregated for. See granularity descriptions for further details.

standard report optionsNovarious

See Making an API request for details.

Response

On success, this report will contain one row for every feature and every period in which the feature was monitored. Each row consists of the following columns.

ColumnFull nameTypeDescriptionVisible by default in export
ludDatestring

The time period. Format depends on granularity.

(tick) Yes
fidFeature IdintegerInternal License Statistics identification of the feature(minus) No
fnsFeature NamestringFeature name.(warning) Visible for all, but feature
fvFeature VersionstringFeature version.(warning) Visible for all, but feature
ftypeFeature TypeenumerationSee feature type descriptions for details.(warning) Visible for all, but feature
luminMin UsedintegerMinimal number of licenses of the feature used in the period.(tick) Yes
luaAvg UsedfloatAverage number of licenses of the feature used in the period.(tick) Yes
lumaxMax UsedintegerMaximum number of licenses of the feature used in the period. (tick) Yes
lbminMin BorrowedintegerMinimal number of licenses of the feature borrowed in the period.(tick) Yes
lbmaxMax BorrowedintegerMaximum number of licenses of the feature borrowed in the period. (tick) Yes
ftTotalintegerTotal number of licenses of the feature available in period.(tick) Yes
huHours UsedfloatCumulative time used by all licenses of the feature in the period, in hours.(tick) Yes

ldtc

DenialsintegerNumber of denials of check out of a license of the feature in the period.(tick) Yes

Note that the order in the table is the default order of the columns in the exported file for the license server and license server group reports. For feature, feature composite and comparison default order is: fn, fns, fv, lud, lumin, lua, lumax, lbmin, lbmax, ft, hu, ldtc.