Esx.Settings.Hosts.Enablement.Configuration.Transition.State

Esx.Settings.Hosts.Enablement.Configuration.Transition.State
Esx.Settings.Hosts.Enablement.Configuration.Transition.State

The Esx.Settings.Hosts.Enablement.Configuration.Transition.State schema contains properties that describe the latest state of transitioning a standalone host 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.

JSON Example
{
    "author": "string",
    "start_time": "string",
    "modified_time": "string",
    "source": "string",
    "reference_host": {
        "name": "string",
        "is_vsan_witness": false
    },
    "filename": "string"
}
string
author
Required

Author of transition.

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.

string As date-time As date-time
start_time
Required

The start time of the transition process.

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.

string As date-time As date-time
modified_time
Required

Last modified time of the transition process.

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.

string
source
Required

Source of reference configuration.

Possible values:

  • FILE: This indicates that desired configuration originated from a file.
  • HOST: This indicates that desired configuration originated from a reference host.

For more information see: Esx.Settings.Hosts.Enablement.Configuration.Transition.Source.

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.

reference_host
Optional

Reference host.

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 source is Esx.Settings.Hosts.Enablement.Configuration.Transition.Source.HOST.

string
filename
Optional

Filename of the imported configuration.

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 source is Esx.Settings.Hosts.Enablement.Configuration.Transition.Source.FILE.