Host System Exit Lockdown Mode
Deprecated as of vSphere API 6.0, use ChangeLockdownMode.
Restores Administrator permission for the local administrative account for the host that was removed by prior call to EnterLockdownMode.
If the operation is successful, adminDisabled will be set to false. This API is not supported on the host. If invoked directly on a host, a NotSupported fault will be thrown.
See also AuthorizationManagerfor more information on permissions..
Required privileges: Host.Config.Settings
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case HostSystem/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
No Content
DisableAdminNotSupported: If invoked directly on the host or the host doesn't support this operation.
AdminNotDisabled: If the host's Administrator permission is not disabled.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}