vmware_recent_tasks
Retrieve the latest vCenter tasks including running and recent operations, with details like state, target, progress, user, and timestamps. Supports markdown table or full JSON output.
Instructions
Latest vCenter tasks (running or recent operations) with state and target.
In json: {count, tasks:[{key, description, target, state, progress_pct, user, queued, started, completed, error}]}. In markdown: table, most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of tasks | |
| response_format | No | markdown (default, compact table) or json (full structure) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |