You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

The License Statistics API includes the standard enumerated columns described below.

Feature type

Describes how license is obtained.

License typeHow license is obtained
FloatingLicense is checked out from license server. When one user checks the license in (stops using it), another can check it out.
Node-lockedLicense is bound to HostID.
TokenSimilar to Floating license type, but several features share a common token pool. Each feature can require a different number of tokens from the token pool for license checkout.

Gathering type

Describes how License Statistics gathers data about the license server.

Gathering typeHow data is gathered
RealtimeQuerying with fixed interval or denials file import.
ImportedLog file import.

Granularity

For historic reports, describes that data should be grouped by some period of time.

GranularityType and format
QUARTERYear and quarter; e.g., "2019-Q2."
MONTHYear and month; e.g., "2019-10."
WEEKWeek defined by a span of two dates joined by a dash; e.g., "2019-05-13-2019-05-19."
DAYDate; e.g., "2019-01-01."
HOURDate and time; e.g., "2019-01-02 17:05."

License server status

Describes state of license server.

StatusNumeric valueDescription
UNKNOWN1Used for imported license servers.
UP2Everything is OK.
DOWN3Querying failed.
VERIFYING5License server was recently enabled or changed, and has not been queried since then.
DISABLED6License server is disabled by user.
LICSTAT_DOWN7Used in historic report to denote times when the entire License Statistics application was turned off.
LICENSE_EXCEEDED8License server is automatically disabled due to licensing limitations.


  • No labels