The collection of LogEntry resource instances.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Managers/{ManagerId}/Logs/FaultList'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//LogServices/FaultList/Entries' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#LogEntryCollection.LogEntryCollection",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/FaultList/Entries",
"@odata.type": "#LogEntryCollection.LogEntryCollection",
"Description": "Providing additional health information for the devices which support rolled up health data",
"Members": [],
"Members@odata.count": 0,
"Name": "FaultList Entries Collection"
}