Esx.Settings.Hosts.Enablement.Configuration.Transition.EnableResult

Esx.Settings.Hosts.Enablement.Configuration.Transition.EnableResult
Esx.Settings.Hosts.Enablement.Configuration.Transition.EnableResult

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

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
{
    "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 standalone host.

Possible values:

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

For more information see: Esx.Settings.Hosts.Enablement.Configuration.Transition.EnableResult.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.

errors
Optional

List of errors if any.

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 Esx.Settings.Hosts.Enablement.Configuration.Transition.EnableResult.Status.ERROR.

string
apply_task_id
Optional

ID of the Apply task invoked once ConfigManager is enabled on the 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 status is Esx.Settings.Hosts.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.