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
{
"_typeName": "string",
"filterTaskResults": {
"_typeName": "string",
"removeAll": false,
"descriptionIds": [
"string"
],
"filterIn": false
}
}
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.