Esx.Settings.Hosts.Enablement.Configuration.Transition.Info
The Esx.Settings.Hosts.Enablement.Configuration.Transition.Info schema contains properties that describe the current status of transition process in the standalone host.
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",
"state": {
"author": "string",
"start_time": "string",
"modified_time": "string",
"source": "string",
"reference_host": {
"name": "string",
"is_vsan_witness": false
},
"filename": "string"
},
"hints": {
"requires_reference_host": false
}
}
Status of transition on a host.
Possible values:
- ENABLED: Transition has completed successfully and the host is managed through the desired configuration management platform.
- ENABLE_IN_PROGRESS: Transition has started and POST /esx/settings/hosts/{host}/enablement/configuration/transition?action=enable task is running on the host.
- NOT_ALLOWED_IN_CURRENT_STATE: Host is not in a state to transition to desired configuration management platform. The host ends up in this state if another user identified by Esx.Settings.Hosts.Enablement.Configuration.Transition.State.author has already started transition.
- NOT_STARTED: Transition has not started on the host.
- STARTED: Transition has started on the host.
For more information see: Esx.Settings.Hosts.Enablement.Configuration.Transition.Info.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.
State of the transition. This field is set if the host is currently being transitioned to desired configuration management platform.
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.
This property is optional and it is only relevant when the value of status is one of Esx.Settings.Hosts.Enablement.Configuration.Transition.Info.Status.STARTED or Esx.Settings.Hosts.Enablement.Configuration.Transition.Info.Status.NOT_ALLOWED_IN_CURRENT_STATE.
This field provides additional information about the transition workflow.
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.