License

Overview

This data type is included in the result of the next API request.

DATA TYPE

Contents

Contents
PARAMETER DESCRIPTION DATATYPE
id id of Guest Image license String
key license key String
assigned_from date the license assigned from DateTime
expires_at expiration date for the license. DateTime
license_type license_type of the license String

Example

{
    "license": {
        "id": "05184ba3-00ba-4fbc-b7a2-03b62b884931",
        "key": "4fbc-b7a2-03b62b884931aaaaaaaaa",
        "assigned_from": "2016-06-01T00:00:00Z",
        "expires_at": "2016-07-01T00:00:00Z",
        "license_type": "vCenter Server 5.5 Standard"
    }
}