Validate License Key
This request validates the license key of the provider appliance.
Operation ID for correlating logs across multiple services
The license key.
{
"key": "AAAAA-BBBBB-CCCCC-DDDDD-EEEEE"
}
The license key.
OK
{
"expirationDate": 1675864569473,
"isLicensed": true,
"key": "AAAAA-BBBBB-CCCCC-DDDDD-EEEEE"
}
The expiration date of the license.
Whether the product is licensed.
The license key.
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.