<div dir="ltr">Hi,<div><br></div><div>In the 2020.3 schema, a new action CollectDiagnosticData has been added to LogService. On page 7 in the <a href="https://www.dmtf.org/sites/default/files/Redfish_Diagnostic_Data_Logging_Proposal_05-2020-WIP_0.pdf">proposal doc</a> the highlighted parts in the json example seem contradictory.<a href="https://www.dmtf.org/sites/default/files/Redfish_Diagnostic_Data_Logging_Proposal_05-2020-WIP_0.pdf"></a></div><div><br></div><div>{<br>    "@<a href="http://odata.id">odata.id</a>": "/redfish/v1/Systems/system/LogServices/<span style="background-color:rgb(255,255,0)">DiagnosticLog</span>/Entries",<br>    "@odata.type": "#LogEntryCollection.LogEntryCollection",<br>    "Description": "Collection of System Event Log Entries",<br>    "Members": [{<br>        "@<a href="http://odata.id">odata.id</a>": "/redfish/v1/Systems/system/LogServices/<span style="background-color:rgb(255,255,0)">EventLog</span>/Entries/111",<br>        "@odata.type": "#LogEntry.v1_4_0.LogEntry",<br>        "Created": "2020-01-01T14:44:00Z",<br>        “EntryType”: “Event”,<br>        "DiagnosticDataType": "PreOS",<br>        "Id": "111",<br>        "Message": "User initiated dump",<br>        “MessageId”: “Diagnostics.1.0.UserInitiatedDiagnosticDump”,<br>        "Name": "System Event Log Entry",<br>        “AdditionalDataUri": "/redfish/v1/Systems/system/LogServices/<span style="background-color:rgb(255,255,0)">EventLog</span>/attachement/111",<br>        “AddionalDataSizeBytes": 1048576<br>    }],<br>    "Members@odata.count": 1,<br>    "Name": "System Event Log Entries"<br>}<br></div><div><br></div><div>I have a few questions about the expected behavior:</div><div><ol><li>Should the Diagnostic entries be under the same URL? (i.e. should the highlighted parts all be EventLog?)</li><li>How is the Entry associated with the AdditionalDataURI when creating the entries collection? </li><li>How should the web service keep track of the association?</li></ol></div><div><br></div><div>Thanks,</div><div>Zhenfei</div></div>