Name: License

Contains license information such as the license key, feature, model, and whether it's an evaluation license or not.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.License",
   "description": <String>,
   "feature": 'UNKNOWN' | 'REPL' | 'VMST' | 'CRPT' | 'SYNC',
   "isEval": <Boolean>,
   "key": <String>,
   "lastUpdatedTime": DateTime,
   "localAlias": <String>,
   "model": 'UNKNOWN' | 'EVAL' | 'T440' | 'T445' | 'T540' | 'T620' | 'T650' | 'T820' | 'T850' | 'T880' | 'T885' | 'T5040' | 'T5060' | 'T5080' | 'TGCS' | 'TGCA',
   "error": TintriError,
   "uuid": Uuid,
}

Elements
NameTypeDescription
errorTintriErrorAny error reported when saving the license.
uuidUuidUnique Tintri UUID for the object

Attributes
NameTypeDescription
descriptionxsd:string
featureUNKNOWN | REPL | VMST | CRPT | SYNC
UNKNOWNUnknown feature license
REPLReplication license
VMSTTGC VMstore license
CRPTEncryption feature license
SYNCVM Sync feature license
isEvalxsd:boolean
keyxsd:string
lastUpdatedTimeDateTimeLast time the entity is updated in the format YYYY-MM-DDThh:mm:ss.ms-/+zz:zz
localAliasxsd:stringAlias used for the entity instance in this Tintri API server. If an alias is not set, then localAlias is not returned.
modelUNKNOWN | EVAL | T440 | T445 | T540 | T620 | T650 | T820 | T850 | T880 | T885 | T5040 | T5060 | T5080 | TGCS | TGCA
UNKNOWNUnknown model type
EVALEvaluation model
T440T440 model
T445T445 model
T540T540 model
T620T620 model
T650T650 model
T820T820 model
T850T850 model
T880T880 model
T885T885 model
T5040T5040 model
T5060T5060 model
T5080T5080 model
TGCSStandard TGC model
TGCAAdvanced TGC model