TaskInfoFilterSpec

TaskInfoFilterSpec
TaskInfoFilterSpec

This data object type defines the specification for the filter used to include or exclude various information from the tasks while retrieving from the history collector database.

The client creates a task history collector with TaskFilterSpec along with this optional spec, then retrieves the tasks from the task history collector.

Since: vSphere API Release 8.0.3.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "filterTaskResults": {
        "_typeName": "string",
        "removeAll": false,
        "descriptionIds": [
            "string"
        ],
        "filterIn": false
    }
}
filterTaskResults
Optional

The filter specification for filtering out tasks' results.

If it is set, then the results information will be included or excluded based on the supplied parameters. If it is not set, then results information of all tasks will be included.