get_system_event_details
Retrieve detailed information for a specific system event using its system identifier and event ID. Includes status, timestamps, and result fields.
Instructions
Get one event detail.
Inputs: system_identifier (system_name or system_id), event_id.
Name not found: resolve with find_systems_by_name, then pass system_id.
Returns: event object including status, timestamps, result fields, and optional additional_info.
event_id should come from get_system_event_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_identifier | Yes | ||
| event_id | Yes |