Esx.Settings.Clusters.Enablement.Configuration.Transition.EnableResult

Esx.Settings.Clusters.Enablement.Configuration.Transition.EnableResult
Esx.Settings.Clusters.Enablement.Configuration.Transition.EnableResult

The Esx.Settings.Clusters.Enablement.Configuration.Transition.EnableResult schema contains properties that describes the result of enabling configmanager on a cluster as part of the transition process.

This schema was added in vSphere API 8.0.1.0.

JSON Example
{
    "status": "string",
    "errors": [
        {
            "type": "string",
            "id": "string",
            "time": "string",
            "message": "Vapi.Std.LocalizableMessage Object",
            "resolution": "Vapi.Std.LocalizableMessage Object",
            "originator": "string",
            "retriable": false
        }
    ],
    "apply_task_id": "string"
}
string
status
Required

Status of enabling configmanager on a cluster.

Possible values:

  • ERROR: Failed to enable ConfigManager on the cluster.
  • RUNNING: The task is in-progress.
  • SUCCESS: ConfigMnager enabled on the cluster.
  • SUCCESS_APPLY_INITIATED: ConfigMnager enabled on the cluster and remediation was initiated.

For more information see: Esx.Settings.Clusters.Enablement.Configuration.Transition.EnableResult.Status.

This property was added in vSphere API 8.0.1.0.

errors
Optional

List of errors if any.

This property was added in vSphere API 8.0.1.0.

This property is optional and it is only relevant when the value of status is Esx.Settings.Clusters.Enablement.Configuration.Transition.EnableResult.Status.ERROR.

string
apply_task_id
Optional

ID of the Apply task invoked once ConfigManager is enabled on the cluster.

This property was added in vSphere API 8.0.1.0.

This property is optional and it is only relevant when the value of status is Esx.Settings.Clusters.Enablement.Configuration.Transition.EnableResult.Status.SUCCESS_APPLY_INITIATED.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.task. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.task.