LicensingInfo

LicensingInfo
LicensingInfo

Licensing information about VMware Live Site Recovery server.

JSON Example
{
    "license_type": "string",
    "trial": false,
    "expiration_date": 0,
    "total_units": 0,
    "used_units": 0,
    "cost_unit": "string",
    "offline_subscription_info": {
        "id": "string",
        "configuration": "string",
        "degraded_date": 0,
        "suspended_date": 0,
        "deactivation_date": 0
    }
}
string
license_type
Optional

License type:

  • LEGACY_UNKNOWN
  • LEGACY_EVAL
  • LEGACY_STANDARD
  • LEGACY_ESSENTIALS
  • LEGACY_ENTERPRISE
  • LEGACY_CLOUD
  • LEGACY_TERM
  • CLOUD_TRIAL
  • CLOUD_SUBSCRIPTION
  • CLOUD_OFFLINE_SUBSCRIPTION

Possible values are : LEGACY_UNKNOWN, LEGACY_EVAL, LEGACY_STANDARD, LEGACY_ESSENTIALS, LEGACY_ENTERPRISE, LEGACY_CLOUD, LEGACY_TERM, CLOUD_TRIAL, CLOUD_SUBSCRIPTION, CLOUD_OFFLINE_SUBSCRIPTION,
boolean
trial
Optional

Whether the license is in trial mode.

integer As int64 As int64
expiration_date
Optional

Expiration date of the license. Might be null if the license has no expiration.

integer As int32 As int32
total_units
Optional

Total number of units included in the license. Might be null if the license is unlimited (e.g. trial).

integer As int32 As int32
used_units
Optional

Total number of used units. Might be null if the license is unlimited (e.g. trial).

string
cost_unit
Optional

Cost unit:

  • HOST: One license is required per host
  • CPU_CORE: One license is required per CPU core
  • CPU_PACKAGE: One license is required per CPU package
  • SERVER: One license is required per server
  • VM: One license is required per VM
  • UNKNOWN: Unknown cost unit</li

Possible values are : HOST, CPU_CORE, CPU_PACKAGE, SERVER, VM, UNKNOWN,
offline_subscription_info
Optional

Information about an offline VMware Live Site Recovery key.