NSX-T Data Center REST API
LicenseTokenInfo (type)
{
"additionalProperties": false,
"description": "The license token and basic license information",
"extends": {
"$ref": "Resource"
},
"id": "LicenseTokenInfo",
"module_id": "License",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink"
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink",
"readonly": true,
"title": "Link to this resource"
},
"display_name": {
"readonly": true,
"required": true,
"title": "The display name of the license",
"type": "string"
},
"license_id": {
"readonly": true,
"required": true,
"title": "The string identifier of the license",
"type": "string"
},
"license_token": {
"readonly": true,
"title": "The token of the license",
"type": "string"
}
},
"type": "object"
}