Esx.Settings.Clusters.Enablement.Configuration.Transition.State

Esx.Settings.Clusters.Enablement.Configuration.Transition.State
Esx.Settings.Clusters.Enablement.Configuration.Transition.State

The Esx.Settings.Clusters.Enablement.Configuration.Transition.State schema contains properties that describe the latest state of transitioning a cluster to desired configuration management platform.

This schema was added in vSphere API 8.0.1.0.

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

Author of transition.

This property was added in vSphere API 8.0.1.0.

string As date-time As date-time
start_time
Required

The start time of the transition process.

This property was added in vSphere API 8.0.1.0.

string As date-time As date-time
modified_time
Required

Last modified time of the transition process.

This property was added in vSphere API 8.0.1.0.

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.Clusters.Enablement.Configuration.Transition.Source.

This property was added in vSphere API 8.0.1.0.

host
Optional

Reference host.

This property was added in vSphere API 8.0.1.0.

This property is optional and it is only relevant when the value of source is Esx.Settings.Clusters.Enablement.Configuration.Transition.Source.HOST.

string
filename
Optional

Filename of the imported configuration.

This property was added in vSphere API 8.0.1.0.

This property is optional and it is only relevant when the value of source is Esx.Settings.Clusters.Enablement.Configuration.Transition.Source.FILE.