Check Root Password Expiration
This request checks how many seconds are left before the appliance root password expires and whether the password is expired or not.
Operation ID for correlating logs across multiple services
OK
{
"rootPasswordExpired": false,
"secondsUntilExpiration": 5000
}
Whether the root password is expired.
Seconds until the root appliance password expires.
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.