Esx.Settings.Clusters.Configuration.Reports.RecentTasks.Info

Esx.Settings.Clusters.Configuration.Reports.RecentTasks.Info
Esx.Settings.Clusters.Configuration.Reports.RecentTasks.Info

The Esx.Settings.Clusters.Configuration.Reports.RecentTasks.Info schema contains properties that specify the ID of the latest task to be executed for various operations. If a task is currently running, that ID will be returned, otherwise the most recently finished task will be returned.

This schema was added in vSphere API 8.0.1.0.

JSON Example
{
    "check_compliance": "string",
    "precheck": "string",
    "draft_tasks": {
        "draft_tasks": {
            "precheck": "string"
        }
    },
    "apply": "string"
}
string
check_compliance
Optional

The ID of the last check-compliance task to be executed.

This property was added in vSphere API 8.0.1.0.

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.

string
precheck
Optional

The ID of the last precheck task to be executed.

This property was added in vSphere API 8.0.1.0.

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.

object
draft_tasks
Required

Map of draft IDs to the latest tasks executed for that draft.

This property was added in vSphere API 8.0.1.0.

When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: com.vmware.esx.settings.draft. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: com.vmware.esx.settings.draft.

string
apply
Optional

The ID of the last apply task to be executed.

This property was added in vSphere API 8.0.1.0.

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.