Get Detailed System Information for Advisor Recommendation
advisor__get_hosts_details_for_ruleRetrieve detailed information about RHEL systems impacted by a specific Advisor recommendation, including system details and severity hit counts.
Instructions
Get detailed information about RHEL systems affected by a specific Advisor Recommendation.
Returns paginated system details with comprehensive information about each affected system, including system identification, impact metrics, RHEL version, and last seen timestamps. Each system entry contains hit counts categorized by severity level and incident status.
Call examples: Standard call: {"rule_id": "xfs_with_md_raid_hang|XFS_WITH_MD_RAID_HANG_ISSUE_DEFAULT_KERNEL"} With pagination: {"rule_id": "rule_id", "limit": 20, "offset": 0} Filter by RHEL version: {"rule_id": "rule_id", "rhel_version": "9.4"} Combined filters: {"rule_id": "rule_id", "limit": 50, "offset": 20, "rhel_version": "8.9"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | Recommendation identifier in format: rule_name|ERROR_KEY. | |
| limit | No | Pagination: Maximum number of results per page. | |
| offset | No | Pagination offset to skip specified number of results. Used with limit. | |
| rhel_version | No | Filter systems by RHEL version. Accepts a comma-separated string or a list. Allowed values: 6.0-6.10, 7.0-7.10, 8.0-8.10, 9.0-9.8, 10.0-10.2. Example: '9.3,9.4,9.5' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |