1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python807 forks (807 forks)batch import
help wantedsample request
Repository metrics
- Stars
- 2,141 stars (2,141 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Hi,
is there a method to access the complete task history? I've only seen the recentTask-Property on TaskManager and ManagedEntity which doesn't cover completed tasks that are older than 10 minutes.
All the best,
retooth
Contributor guide
- Research direction
- Investigate the vSphere API's TaskManager and ManagedEntity to find methods for retrieving historical tasks beyond the recentTask property. Look into using TaskFilterSpec and TaskHistoryCollector to query completed tasks by time range.
- Tech stack
- python
- Domain
- backendapiinfrastructure
- Issue type
- Feature
- Prerequisites
- PythonvSphere API basics