Task Manager Read Next Tasks By View Spec
Returns TaskInfo data objects based on the specified TaskManagerTaskViewSpec, TaskFilterSpec and TaskInfoFilterSpec parameters.
Returns an empty array when there are no tasks matching the filtering parameters.
Since: vSphere API Release 9.0.0.0
Required privileges: System.View
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case TaskManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"ReadNextTasksByViewSpecRequestType Object"
The view parameters for the tasks query.
The specification for the task query filter.
The specification for the task info filter.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/TaskManager/{moId}/ReadNextTasksByViewSpec