truenas.entitlements.check ========================== Return the entitlement for ``feature`` computed from current system facts. ``POLICY`` is keyed by StrEnum members, so a plain feature name looks up the same rule. .. raw:: html
Feature identifier to evaluate. A feature this system does not gate is reported as NOT_GATED, the same as its absence from the truenas.entitlements.info map.
Must be at least 1 characters long
Entitlement decision for the requested feature.
No Additional PropertiesWhether this system is entitled to use the feature.
Machine-readable classification of the decision:
ENTITLED: the feature is availableNO_LICENSE: no license is installed and the feature requires oneKEY_MISSING: a license is installed but does not carry this featureWRONG_HARDWARE: this hardware can never provide the featureTIER_INSUFFICIENT: the support tier does not cover the featureWRONG_LICENSE_TYPE: the license type does not cover the featureNOT_GATED: nothing on this system restricts the featureNew values may be added; treat an unrecognized value as a generic denial.
Human-readable explanation of the decision. Empty when entitled.