Nsx_Deployment_License_Info

Nsx_Deployment_License_Info
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.

JSON Example
{
    "license_key": "string",
    "messages": [
        {
            "severity": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "localized": "string"
            }
        }
    ]
}
string
license_key
Required

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.

messages
Optional

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.