Settings_Clusters_Configuration_Reports_RecentTasks_Info

Settings_Clusters_Configuration_Reports_RecentTasks_Info
Settings_Clusters_Configuration_Reports_RecentTasks_Info

The RecentTasks.Info structure contains fields 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.

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. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.task. When operations return a value of this structure as a result, the field 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. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.task. When operations return a value of this structure as a result, the field 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. When clients pass a value of this structure as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.esx.settings.draft. When operations return a value of this structure as a result, the key in the field 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. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.cis.task. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.cis.task.