Nsx_Deployment_License_ValidationMessage
The License.ValidationMessage structure contains the message about the NSX license being validated for 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.
{
"severity": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
}
The License.ValidationMessage.Severity enumerated type represents the severity of the message. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
INFO : Informational message about the license, e.g., the type of the license.. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
WARNING : Warning message about the license, e.g., the license is going to expire soon. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
ERROR : Error message about the license, e.g., the license is not valid or has expired. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
The LocalizableMessage structure represents localizable string and message template. Services include one or more localizable message templates in the errors they report so that clients can display diagnostic messages in the native language of the user. Services can include localizable strings in the data returned from operations to allow clients to display localized status information in the native language of the user.