Get Host Info
get_host_infoRetrieve host-level system details including top CPU/memory processes and disk usage. Specify a host agent hash or auto-discover by type.
Instructions
Get host-level system information: top processes (by CPU/memory) and disk usage. Requires a host agent obj_hash, or specify obj_type (e.g., 'linux') to auto-discover host agents. Use get_system_overview to find host agent hashes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| obj_hash | No | Specific host agent object hash. Use get_system_overview to find host agents. | |
| obj_type | No | Host agent type (e.g., 'linux', 'windows'). Auto-discovers host agents of this type. | |
| include_top | No | Include top processes by CPU/memory | |
| include_disk | No | Include disk usage information |