Get log service entries
get_log_entriesRetrieve and filter Redfish log entries by severity or timestamp from a selected LogService for troubleshooting.
Instructions
Collect entries from a selected LogService with optional severity and timestamp filtering for troubleshooting workflows. Returns: Object with filtered entries and the endpoint plus chosen manager/log-service context. Lists are wrapped as {items, total, truncated}. Example: get_log_entries(log_service_uri='/redfish/v1/Managers/1/LogServices/SEL', severity='Critical', limit=50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of log entries to return. | |
| since | No | Optional ISO-8601 timestamp (example: 2026-08-11T12:00:00+00:00). Older entries are skipped. | |
| endpoint | No | Configured endpoint name. Omit to use the default endpoint. | |
| severity | No | Optional case-insensitive filter applied to LogEntry.Severity. Allowed values: - OK: Informational or operating normally. - Warning: A condition that requires attention. - Critical: A critical condition that requires immediate attention. | |
| manager_uri | No | Optional manager URI used to resolve a LogServices collection when log_service_uri is omitted. | |
| log_service_uri | No | Optional explicit LogService URI. Omit to auto-select the first manager log service. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||