get_system_details
Retrieve detailed information about a specific system, including hardware, network, and installed products, by providing the system name or ID.
Instructions
Get details for one system.
Inputs: system_identifier (system_name or system_id).
Name not found: resolve with find_systems_by_name, then pass system_id.
Returns: system_id, system_name, last_boot, uuid, cpu, network, installed_products.
Use system_id when possible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system_identifier | Yes |