get_server_events
Retrieve recent events for an OpenStack server instance. Provide the instance name or ID, and optionally set a limit on the number of events returned.
Instructions
Get recent events for a specific server
Args: instance_name: Name or ID of the server instance limit: Maximum number of events to return (default: 50)
Returns: JSON string with server events information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_name | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |