From ffe2fe32a16c1f9baa7d5e89ab29eb4fce3ba20a Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 25 Mar 2026 09:54:15 -0400 Subject: [PATCH] Add more data to service logs from XCC3 Change-Id: Ia8d97fd4cdaefb5975e11e2c750b504945559025 --- pyghmi/redfish/oem/lenovo/xcc3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghmi/redfish/oem/lenovo/xcc3.py b/pyghmi/redfish/oem/lenovo/xcc3.py index a3b6396e..b2abd9b8 100644 --- a/pyghmi/redfish/oem/lenovo/xcc3.py +++ b/pyghmi/redfish/oem/lenovo/xcc3.py @@ -751,7 +751,7 @@ class OEMHandler(generic.OEMHandler): def get_diagnostic_data(self, savefile, progress=None, autosuffix=False): tsk = self._do_web_request( '/redfish/v1/Systems/1/LogServices/DiagnosticLog/Actions/LogService.CollectDiagnosticData', - {"DiagnosticDataType": "Manager", "SelectDataTypes": []}) + {"DiagnosticDataType": "Manager", "SelectDataTypes": ["adapter","worknote","thermal"]}) taskrunning = True taskurl = tsk.get('TaskMonitor', None) pct = 0 if taskurl else 100