Esx.Settings.Hosts.Enablement.Configuration.Transition.EligibilityResult
This Esx.Settings.Hosts.Enablement.Configuration.Transition.EligibilityResult schema contains properties that describe the result of the eligibility checks performed on the standalone host to determine if the host can transition to desired configuration management platform.
Warning: this schema is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
{
"status": "string",
"notifications": {
"info": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"warnings": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
],
"errors": [
{
"type": "string",
"id": "string",
"time": "string",
"message": "Vapi.Std.LocalizableMessage Object",
"resolution": "Vapi.Std.LocalizableMessage Object",
"originator": "string",
"retriable": false
}
]
}
}
Status of eligibility checks performed on a host.
Possible values:
- ELIGIBLE: This indicates that the standalone host meets all the eligibility requirements.
- NOT_ELIGIBLE: This indicates that the standalone host does not meet the eligibility requirements.
For more information see: Esx.Settings.Hosts.Enablement.Configuration.Transition.EligibilityResult.Status.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
Notifications providing additional information about the status of eligibility checks.
Warning: this property is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.