Nsx_Deployment_License_Info
The License.Info structure contains detailed information about the NSX license to be applied or already applied. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
{
"license_key": "string",
"messages": [
{
"severity": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
]
}
License key to be applied or already applied to NSX Manager Appliance. In case multiple license is applied the higest license which is WCP compatible is returned. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Validation messages on the license already applied or being validated. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. If unset, no messages available to show.