Settings_Clusters_Enablement_Configuration_Transition_State

Settings_Clusters_Enablement_Configuration_Transition_State
Settings_Clusters_Enablement_Configuration_Transition_State

The Transition.State structure contains fields that describe the latest state of transitioning a cluster to desired configuration management platform.

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.

string As date-time
start_time
Required

The start time of the transition process.

string As date-time
modified_time
Required

Last modified time of the transition process.

source
Required

The Transition.Source enumerated type describes the possible sources for specifying the desired configuration of the cluster.
FILE : This indicates that desired configuration originated from a file.
HOST : This indicates that desired configuration originated from a reference host.

host
Optional

The Transition.ReferenceHost contains fields that specify the reference host information used by the transition process.

string
filename
Optional

Filename of the imported configuration. This field is optional and it is only relevant when the value of Transition.State.source is FILE.