ubuntu_get_system_info
Get host system telemetry for Ubuntu agents without running external commands. Use compact mode for key fields or detailed mode for full payload.
Instructions
Return host/system telemetry without running external commands.
Compact mode is optimized for agent decision-making and returns key fields only (OS, memory, disk summary, user, host, platform).
Args: detailed: If True, returns full raw payload collected by controller.
Returns:
JSON string in unified {ok, data|error} contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detailed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |