Lines Matching full:eventlog

1177             nlohmann::json::object_t eventLog;
1178 eventLog["@odata.id"] =
1179 std::format("/redfish/v1/Systems/{}/LogServices/EventLog",
1181 logServiceArray.emplace_back(std::move(eventLog));
1249 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/EventLog/")
1267 std::format("/redfish/v1/Systems/{}/LogServices/EventLog",
1274 asyncResp->res.jsonValue["Id"] = "EventLog";
1286 "/redfish/v1/Systems/{}/LogServices/EventLog/Entries",
1292 "/redfish/v1/Systems/{}/LogServices/EventLog/Actions/LogService.ClearLog",
1313 // Clear the EventLog by deleting the log files
1346 "/redfish/v1/Systems/<str>/LogServices/EventLog/Actions/LogService.ClearLog/")
1423 "/redfish/v1/Systems/{}/LogServices/EventLog/Entries/{}",
1441 "/redfish/v1/Systems/{}/LogServices/EventLog/Entries/{}",
1467 "/redfish/v1/Systems/{}/LogServices/EventLog/Entries/{}/attachment",
1560 std::format("/redfish/v1/Systems/{}/LogServices/EventLog/Entries",
1625 "/redfish/v1/Systems/{}/LogServices/EventLog/Entries?$skip={}",
1632 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/")
1713 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/")
1727 std::format("/redfish/v1/Systems/{}/LogServices/EventLog/Entries",
1733 // DBus implementation of EventLog/Entries
1746 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/")
1807 // DBus implementation of EventLog/Entries
1873 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/")
1901 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/")
1929 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/")
2471 "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/attachment/")
3169 "/redfish/v1/Systems/<str>/LogServices/EventLog/Actions/LogService.ClearLog/")