Home
last modified time | relevance | path

Searched full:eventlog (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot69 …Redfish.Delete /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventLog/Entries/${elog_entry[0]["Id"…
97 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",
103 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",
158 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",
164 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",
212 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/2045",
214 # "AdditionalDataURI": "/redfish/v1/Systems/system/LogServices/EventLog/attachment/2045",
265 …Redfish.Delete /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventLog/Entries/${error_entries_befo…
289 Wait Until Keyword Succeeds 3 min 20 sec Verify Watchdog EventLog Content
404 …ris}= redfish_utils.get_member_list /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventLog/Entries
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_dbus_eventlog.hpp153 "/redfish/v1/Managers/<str>/LogServices/EventLog/Entries/") in requestRoutesManagersDBusEventLog()
158 app, "/redfish/v1/Managers/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesManagersDBusEventLog()
164 app, "/redfish/v1/Managers/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesManagersDBusEventLog()
170 app, "/redfish/v1/Managers/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesManagersDBusEventLog()
179 "/redfish/v1/Managers/<str>/LogServices/EventLog/Actions/LogService.ClearLog/") in requestRoutesManagersDBusEventLog()
186 "/redfish/v1/Managers/<str>/LogServices/EventLog/Entries/<str>/attachment/") in requestRoutesManagersDBusEventLog()
H A Dsystems_logservices_dbus_eventlog.hpp198 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/") in requestRoutesSystemsDBusEventLog()
204 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesSystemsDBusEventLog()
210 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesSystemsDBusEventLog()
216 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesSystemsDBusEventLog()
225 "/redfish/v1/Systems/<str>/LogServices/EventLog/Actions/LogService.ClearLog/") in requestRoutesSystemsDBusEventLog()
233 "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/attachment/") in requestRoutesSystemsDBusEventLog()
H A Dmanager_logservices_journal_eventlog.hpp97 "/redfish/v1/Managers/<str>/LogServices/EventLog/Entries/") in requestRoutesManagersJournalEventLog()
103 app, "/redfish/v1/Managers/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesManagersJournalEventLog()
110 "/redfish/v1/Managers/<str>/LogServices/EventLog/Actions/LogService.ClearLog/") in requestRoutesManagersJournalEventLog()
H A Dsystems_logservices_journal_eventlog.hpp115 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/") in requestRoutesSystemsJournalEventLog()
121 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesSystemsJournalEventLog()
128 "/redfish/v1/Systems/<str>/LogServices/EventLog/Actions/LogService.ClearLog/") in requestRoutesSystemsJournalEventLog()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp71 BMCWEB_LOG_ERROR("Unable to stringify bmcweb eventlog location"); in logServiceParentCollectionToString()
92 "Unable to stringify bmcweb eventlog location childId"); in getMemberIdFromParentCollection()
135 "/redfish/v1/{}/{}/LogServices/EventLog", collectionStr, memberId); in handleSystemsAndManagersEventLogServiceGet()
140 asyncResp->res.jsonValue["Id"] = "EventLog"; in handleSystemsAndManagersEventLogServiceGet()
152 boost::urls::format("/redfish/v1/{}/{}/LogServices/EventLog/Entries", in handleSystemsAndManagersEventLogServiceGet()
157 "/redfish/v1/{}/{}/LogServices/EventLog/Actions/LogService.ClearLog", in handleSystemsAndManagersEventLogServiceGet()
163 * Journal EventLog utilities
321 boost::urls::format("/redfish/v1/{}/{}/LogServices/EventLog/Entries/{}", in fillEventLogEntryJson()
362 boost::urls::format("/redfish/v1/{}/{}/LogServices/EventLog/Entries", in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
429 "/redfish/v1/{}/{}/LogServices/EventLog/Entries?$skip={}", in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.robot250 [Documentation] Get all available EventLog entries.
254 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",
260 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",
279 [Documentation] Pack the list of all available EventLog entries in dictionary.
311 [Documentation] Return the number of EventLog members.
319 [Documentation] Do Redfish EventLog purge.
322 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventLog/ LogService.ClearLog
387 # URI : /redfish/v1/Systems/system/LogServices/EventLog/Entries
391 # '@odata.id': '/redfish/v1/Systems/system/LogServices/EventLog/Entries',
H A Desel_utils.robot54 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/2",
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py25 …uest("This API only accepts POST requests. Post a file with:\n\ncurl -F eventlog=@bitbake_eventlog…
30 for chunk in request.FILES['eventlog'].chunks():
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue437 return this.$store.getters['eventLog/allEvents'].map((event) => {
479 this.$store.dispatch('eventLog/getEventLogData').finally(() => {
489 .dispatch('eventLog/downloadEntry', uri)
501 .dispatch('eventLog/updateEventLogStatus', {
523 .dispatch('eventLog/deleteAllEventLogs', this.allLogs)
530 .dispatch('eventLog/deleteEventLogs', uris)
543 return this.$store.getters['eventLog/allEvents'].map((eventLogs) => {
580 .dispatch('eventLog/deleteAllEventLogs', this.selectedRows.length)
620 .dispatch('eventLog/resolveEventLogs', this.selectedRows)
633 .dispatch('eventLog/unresolveEventLogs', this.selectedRows)
/openbmc/bmcweb/docs/
H A DRedfish.md646 `LogService/EventLog/Entries` URI.
650 files in /var/log/ and returns the appropriate Redfish EventLog Entries for
653 The other implementation of EventLog Entries can be enabled by compiling bmcweb
656 then be translated to Redfish EventLog Entries.
661 By default, the EventLog Entries LogService resides under the System resource.
664 different redfish parent resource, EventLog Entries LogService under Manager
909 ### /redfish/v1/Systems/system/LogServices/EventLog/
920 ### /redfish/v1/Systems/system/LogServices/EventLog/Entries/
928 ### /redfish/v1/Systems/system/LogServices/EventLog/Entries/{LogEntryId}/
/openbmc/webui-vue/src/views/Overview/
H A DOverviewEvents.vue44 return this.$store.getters['eventLog/allEvents'];
68 this.$store.dispatch('eventLog/getEventLogData').finally(() => {
/openbmc/bmcweb/redfish-core/src/
H A Devent_log.cpp72 BMCWEB_LOG_ERROR("EventLog Params: could not find first space: {}", in getEventLogParams()
81 BMCWEB_LOG_ERROR("EventLog Params: could not find log contents: {}", in getEventLogParams()
93 BMCWEB_LOG_ERROR("EventLog Params: could not find entry fields: {}", in getEventLogParams()
/openbmc/webui-vue/tests/unit/
H A DAppHeader.spec.js9 'eventLog/getEventLogData': jest.fn(),
87 it('getEvents should dispatch eventLog/getEventLogData', () => {
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py135 self.eventlog = None
285 eventlog = self.data.getVar("BB_DEFAULT_EVENTLOG")
286 if not self.configuration.writeeventlog and eventlog:
287 self.setupEventLog(eventlog)
406 def setupEventLog(self, eventlog): argument
407 if self.eventlog and self.eventlog[0] != eventlog:
408 bb.event.unregister_UIHhandler(self.eventlog[1])
409 self.eventlog = None
410 if not self.eventlog or self.eventlog[0] != eventlog:
413 if not os.path.exists(os.path.dirname(eventlog)):
[all …]
/openbmc/intel-ipmi-oem/docs/
H A DIntel_IPMI_Platform_Events.md296 - `EventLog` - lists all detected events in the system in processed,
326 ##### EventLog l4subsection
328 System-wide [EventLog](http://redfish.dmtf.org/schemas/v1/LogService.json) is
332 `/redfish/v1/Systems/system/LogServices/EventLog`. It contains JSON array of log
337 "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/37331",
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dcommand_line_builds.html41 <h4 style="margin-left: 15px;"><strong>Import eventlog file</strong></h4>
72 …<table class="table col-md-6 table-bordered table-hover" id="eventlog-table" style="border-collaps…
204 $('#eventlog-table').DataTable({order: [[0, 'desc']], "pageLength": 50});
/openbmc/bmcweb/
H A Dmeson.options115 /redfish/v1/Systems/system/LogServices/EventLog/Entries''',
145 'redfish-eventlog-location',
152 /redfish/v1/Systems/<redfish-system-uri-name>/LogServices/EventLog
154 /redfish/v1/Managers/<redfish-manager-uri-name>/LogServices/EventLog''',
/openbmc/openbmc-test-automation/data/
H A Dvariables.py74 + "/LogServices/EventLog/Entries/"
267 # EventLog variables.
269 EVENT_LOG_URI = SYSTEM_BASE_URI + "LogServices/EventLog/"
/openbmc/openbmc/poky/bitbake/bin/
H A Dtoaster-eventreplay13 as a build eventlog, and the ToasterUI is used to process events in the file
/openbmc/webui-vue/src/store/modules/Logs/
H A DEventLogStore.js46 `${await this.dispatch('global/getSystemPath')}/LogServices/EventLog/Entries`,
84 … `${await this.dispatch('global/getSystemPath')}/LogServices/EventLog/Actions/LogService.ClearLog`,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammu-smsdrc36 # File (or stderr, syslog, eventlog) where information will be logged
/openbmc/webui-vue/src/store/
H A Dindex.js54 eventLog: EventLogStore, property in AnonymousClassb4283c500101.modules
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.xml140 <interface name="org.openbmc.EventLog">
144 <signal name="EventLog">
H A Dopenbmc_intf.h2788 /* Declarations for org.openbmc.EventLog */
2791 #define EVENT_LOG(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_EVENT_LOG, EventLog))
2796 typedef struct _EventLog EventLog; typedef
2805 EventLog *object,
2809 EventLog *object,
2824 EventLog *object,
2832 EventLog *object,
2841 EventLog *proxy,
2847 EventLog *proxy,
2853 EventLog *proxy,
[all …]

12