NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
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 For the DLF license keys, the value is expiry time of license. For the VCF licenses, the value is always '-1'. The expiry time of the VCF license can be checked in the VCF Operations Console. |
EpochMsTimestamp | Readonly |
features | semicolon delimited feature list | string | Readonly |
is_editable | whether the license can be edit | boolean | 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 The license capacity. For the DLF license keys, 0 means unlimited capacity. For the VCF licenses, 0 means there is no capacity. |
integer | Readonly |
vc_names | vCenter names VCF licenses are from vCenters. This property is to record which vCenters this license comes from. If this license is NSX license and imported from NSX, this property is empty. |
array of string | Readonly |