Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.65 KB

LicenseLicenseInfo.md

File metadata and controls

23 lines (19 loc) · 2.65 KB

LicenseLicenseInfo

License state information for a specific license entitlement. Essentials license entitlement is supported currently. licenseState attribute is used for license enforcement. When license state is one of TrialPeriod, Compliance, or OutOfCompliance, the feature set defined for the license entitlement is granted to the customer.

Properties

Name Type Description Notes
active_admin bool The license administrative state. Set this property to 'true' to activate the license entitlements. [optional]
days_left int The number of days left for licenseState to stay in TrialPeriod or OutOfCompliance state. [optional] [readonly]
end_time datetime The date and time when the trial period expires. The value of the 'endTime' property is set when the account enters the TrialPeriod or OutOfCompliance state. [optional] [readonly]
enforce_mode str The entitlement mode reported by Cisco Smart Software Manager. [optional] [readonly]
error_desc str The detailed error message when there is any error related to this licensing entitlement. [optional] [readonly]
evaluation_period int The default Trial or Grace period customer is entitled to. [optional]
extra_evaluation int The number of days the trial Trial or Grace period is extended. The trial or grace period can be extended once. [optional]
license_count int The total number of devices claimed in the Intersight account. [optional] [readonly]
license_state str The license state defined by Intersight. The value may be one of NotLicensed, TrialPeriod, OutOfCompliance, Compliance, GraceExpired, or TrialExpired. [optional] [readonly] [default to 'NotLicensed']
license_type str The name of the Intersight license entitlement. For example, this property may be set to 'Essential'. [optional] [readonly] [default to 'Base']
start_time datetime The date and time when the licenseState entered the TrialPeriod or OutOfCompliance state. [optional] [readonly]
trial_admin bool The administrative state of the trial license. When the LicenseState is set to 'NotLicensed', 'trialAdmin' can be set to true to start the trial period, i.e. licenseState is set to be TrialPeriod. [optional]
account_license_data LicenseAccountLicenseData [optional]

[Back to Model list] [Back to API list] [Back to README]