vmware_list_events
Retrieve recent vCenter events, filtered by VM or global, with pagination and format options (JSON or markdown table).
Instructions
Recent vCenter events, global or filtered on a VM.
In json: {total, count, offset, has_more, next_offset, events:[{time, type, user, target, message}]}, most recent first. In markdown: table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | No | Limit to events for this VM (name or MoID) | |
| limit | No | Maximum number of events | |
| offset | No | Pagination offset | |
| response_format | No | markdown (default, compact table) or json (full structure) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |