Lines Matching full:entries

51     # Logging entries list.
213 Count Error Entries
214 [Documentation] Count Error entries.
222 [Documentation] Verify test error log entries.
250 [Documentation] Get all available EventLog entries.
254 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",
256 # "Description": "Collection of System Event Log Entries",
260 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",
271 # "Name": "System Event Log Entries"
274 ${members}= Redfish.Get Attribute ${EVENT_LOG_URI}Entries Members
279 [Documentation] Pack the list of all available EventLog entries in dictionary.
328 [Documentation] Event log entries should not exist.
344 …[Documentation] Perform Redfish GET request and return the PostCodes entries as a list of diction…
349 # [@odata.id]: /redfish/v1/Systems/system/LogServices/PostCodes/Entries/B1-1
351 …# [AdditionalDataURI]: /redfish/v1/Systems/system/LogServices/PostCodes/Entries/B1-1/atta…
364 …s}= Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/Entries Members
380 Redfish.Patch ${EVENT_LOG_URI}Entries/${bmc_event_id} body={'Resolved':${resolved_flag}}
384 Get Redfish Event Log Entries
385 [Documentation] Get the BMC event log entries.
387 # URI : /redfish/v1/Systems/system/LogServices/EventLog/Entries
391 # '@odata.id': '/redfish/v1/Systems/system/LogServices/EventLog/Entries',
393 # 'Description': 'Collection of System Event Log Entries',
396 # 'Name': 'System Event Log Entries'
398 ${resp}= Redfish.Get ${EVENT_LOG_URI}Entries