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