NSX-T Data Center REST API
License (schema)
license properties
| Name | Description | Type | Notes |
|---|---|---|---|
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. |
array of ResourceLink | Readonly |
| _schema | Schema for this resource | string | Readonly |
| _self | Link to this resource | SelfResourceLink | Readonly |
| capacity_type | license metric License metrics specifying the capacity type of license key. Types are: - VM - CPU - USER(Concurrent User) - CORE - HOST |
string | Readonly Enum: VM, CPU, USER, CORE, HOST |
| description | license edition | string | Readonly |
| expiry | date that license expires | EpochMsTimestamp | Readonly |
| features | semicolon delimited feature list | string | Readonly |
| is_eval | true for evalution license | boolean | Readonly |
| is_expired | whether the license has expired | boolean | Readonly |
| is_mh | multi-hypervisor support | boolean | Readonly |
| license_key | license key | secure_string | Required |
| product_name | product name | string | Readonly |
| product_version | product version | string | Readonly |
| quantity | license capacity; 0 for unlimited | integer | Readonly |