Home
last modified time | relevance | path

Searched full:logservices (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/openbmc-test-automation/redfish/systems/LogServices/
H A Dtest_post_codes.robot31 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/Entries
49 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/Entries
67 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/Entries
99 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/Entries
107 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/Entries
120 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/Entries
166 # "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries",
171 # "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries/B1-1000",
188 …# "Members@odata.nextLink": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries?$skip=10…
192 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/Entries
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp221 std::format("/redfish/v1/Managers/{}/LogServices/Dump/Entries/", in getDumpEntriesPath()
227 std::format("/redfish/v1/Managers/{}/LogServices/FaultLog/Entries/", in getDumpEntriesPath()
233 std::format("/redfish/v1/Systems/{}/LogServices/Dump/Entries/", in getDumpEntriesPath()
557 return std::format("/redfish/v1/Managers/{}/LogServices/Dump/Entries/", in getDumpEntryPath()
562 return std::format("/redfish/v1/Systems/{}/LogServices/Dump/Entries/", in getDumpEntryPath()
682 "/redfish/v1/Managers/{}/LogServices/Dump/Entries/{}", in createDumpTaskCallback()
750 dumpPath = std::format("/redfish/v1/Systems/{}/LogServices/Dump/", in createDump()
770 dumpPath = std::format("/redfish/v1/Managers/{}/LogServices/Dump/", in createDump()
905 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/") in requestRoutesSystemLogServiceCollection()
935 std::format("/redfish/v1/Systems/{}/LogServices", in requestRoutesSystemLogServiceCollection()
[all …]
H A Dsystems_logservices_hostlogger.hpp106 "/redfish/v1/Systems/{}/LogServices/HostLogger/Entries/{}", in fillHostLoggerEntryJson()
139 std::format("/redfish/v1/Systems/{}/LogServices/HostLogger", in handleSystemsLogServicesHostloggerGet()
146 std::format("/redfish/v1/Systems/{}/LogServices/HostLogger/Entries", in handleSystemsLogServicesHostloggerGet()
179 std::format("/redfish/v1/Systems/{}/LogServices/HostLogger/Entries", in handleSystemsLogServicesHostloggerEntriesGet()
230 "/redfish/v1/Systems/{}/LogServices/HostLogger/Entries?$skip=", in handleSystemsLogServicesHostloggerEntriesGet()
304 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/HostLogger/") in requestRoutesSystemsLogServiceHostlogger()
309 "/redfish/v1/Systems/<str>/LogServices/HostLogger/Entries/") in requestRoutesSystemsLogServiceHostlogger()
315 app, "/redfish/v1/Systems/<str>/LogServices/HostLogger/Entries/<str>/") in requestRoutesSystemsLogServiceHostlogger()
H A Dsystems_logservices_postcodes.hpp77 std::format("/redfish/v1/Systems/{}/LogServices/PostCodes", in handleSystemsLogServicesPostCodesGet()
86 std::format("/redfish/v1/Systems/{}/LogServices/PostCodes/Entries", in handleSystemsLogServicesPostCodesGet()
97 "/redfish/v1/Systems/{}/LogServices/PostCodes/Actions/LogService.ClearLog", in handleSystemsLogServicesPostCodesGet()
292 "/redfish/v1/Systems/{}/LogServices/PostCodes/Entries/{}", in fillPostCodeEntry()
306 "/redfish/v1/Systems/{}/LogServices/PostCodes/Entries/", in fillPostCodeEntry()
428 "/redfish/v1/Systems/{}/LogServices/PostCodes/Entries?$skip=", in getPostCodeForBoot()
492 std::format("/redfish/v1/Systems/{}/LogServices/PostCodes/Entries", in handleSystemsLogServicesPostCodesEntriesGet()
621 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/PostCodes/") in requestRoutesSystemsLogServicesPostCode()
628 "/redfish/v1/Systems/<str>/LogServices/PostCodes/Actions/LogService.ClearLog/") in requestRoutesSystemsLogServicesPostCode()
635 "/redfish/v1/Systems/<str>/LogServices/PostCodes/Entries/") in requestRoutesSystemsLogServicesPostCode()
[all …]
H A Dmanager_logservices_journal.hpp56 boost::urls::format("/redfish/v1/Managers/{}/LogServices/Journal", in handleManagersLogServiceJournalGet()
70 "/redfish/v1/Managers/{}/LogServices/Journal/Entries", in handleManagersLogServiceJournalGet()
172 "/redfish/v1/Managers/{}/LogServices/Journal/Entries", in handleManagersJournalLogEntryCollectionGet()
256 "/redfish/v1/Managers/{}/LogServices/Journal/Entries?$skip={}", in handleManagersJournalLogEntryCollectionGet()
344 BMCWEB_ROUTE(app, "/redfish/v1/Managers/<str>/LogServices/Journal/") in requestRoutesBMCJournalLogService()
349 BMCWEB_ROUTE(app, "/redfish/v1/Managers/<str>/LogServices/Journal/Entries/") in requestRoutesBMCJournalLogService()
355 app, "/redfish/v1/Managers/<str>/LogServices/Journal/Entries/<str>/") in requestRoutesBMCJournalLogService()
H A Dsystems_logservices_dbus_eventlog.hpp94 "/redfish/v1/Systems/{}/LogServices/EventLog/Entries/{}", in fillEventLogLogEntryFromDbusLogEntry()
120 "/redfish/v1/Systems/{}/LogServices/EventLog/Entries/{}/attachment", in fillEventLogLogEntryFromDbusLogEntry()
184 std::format("/redfish/v1/Systems/{}/LogServices/EventLog/Entries", in dBusEventLogEntryCollection()
383 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/") in requestRoutesDBusEventLogEntryCollection()
413 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesDBusEventLogEntry()
441 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesDBusEventLogEntry()
469 app, "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/") in requestRoutesDBusEventLogEntry()
511 "/redfish/v1/Systems/<str>/LogServices/EventLog/Actions/LogService.ClearLog/") in requestRoutesDBusLogServiceActionsClear()
543 "/redfish/v1/Systems/<str>/LogServices/EventLog/Entries/<str>/attachment/") in requestRoutesDBusEventLogEntryDownload()
/openbmc/docs/designs/
H A Dredfish-postcodes.md24 https://obmc/redfish/v1/Systems/system/LogServices/PostCodes
27 "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes",
31 "target": "/redfish/v1/Systems/system/LogServices/PostCodes/Actions/LogService.ClearLog"
36 "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries"
48 https://obmc/redfish/v1/Systems/system/LogServices/PostCodes/Entries
51 "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries",
57 "@odata.id": "/redfish/v1/Systems/system/LogServices/PostCodes/Entries/B1-03",
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot119 # "@odata.id": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/4",
122 …# "AdditionalDataURI": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/4/attach…
129 … ${bmc_dump}= Redfish.Get Properties /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries
135 # "@odata.id": "/redfish/v1/Systems/system/LogServices/Dump/Entries/System_1",
138 …# "AdditionalDataURI": "/redfish/v1/Systems/system/LogServices/Dump/Entries/System_1/attachm…
146 ${sys_dump}= Redfish.Get Properties /redfish/v1/Systems/${SYSTEM_ID}/LogServices/Dump/Entries
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DLogServiceCollection.json93 "/redfish/v1/Managers/{ManagerId}/LogServices",
94 "/redfish/v1/Systems/{ComputerSystemId}/LogServices",
95 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices",
96 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices",
97 "/redfish/v1/Chassis/{ChassisId}/LogServices"
H A DLogEntryCollection.json94 "/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries",
95 "/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries",
96 "/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries",
97 "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries",
98 "/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries",
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DLogServiceCollection.json93 "/redfish/v1/Managers/{ManagerId}/LogServices",
94 "/redfish/v1/Systems/{ComputerSystemId}/LogServices",
95 …ish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices",
96 … "/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices",
97 "/redfish/v1/Chassis/{ChassisId}/LogServices"
H A DLogEntryCollection.json94 "/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries",
95 "/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries",
96 …ionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/…
97 …redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/…
98 "/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries",
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_dumps.robot57 …${resp}= Redfish.Get Properties /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${du…
62 # "AdditionalDataURI": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/attachment/9",
93 ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_entries[0]}
147 …efore}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries
153 …after}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries
165 …efore}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries
170 …after}= redfish_utils.get_member_list /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries
259 …Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagno…
291 ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_entries[0]}
307 … ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData
[all …]
/openbmc/webui-vue/src/store/modules/Logs/
H A DDumpsStore.js28 .then((response) => api.get(response.data.LogServices['@odata.id']))
36 .then((response) => api.get(response.data.LogServices['@odata.id']))
55 …`${await this.dispatch('global/getBmcPath')}/LogServices/Dump/Actions/LogService.CollectDiagnostic…
69 …`${await this.dispatch('global/getSystemPath')}/LogServices/Dump/Actions/LogService.CollectDiagnos…
124 … `${await this.dispatch('global/getBmcPath')}/LogServices/Dump/Actions/LogService.ClearLog`,
H A DPostCodeLogsStore.js20 `${await this.dispatch('global/getSystemPath')}/LogServices/PostCodes/Entries`,
42 …`${await this.dispatch('global/getSystemPath')}/LogServices/PostCodes/Actions/LogService.ClearLog`,
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DLogServiceCollection_v1.xml56 <String>/redfish/v1/Managers/{ManagerId}/LogServices</String>
57 <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices</String>
58 …CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices</String>
59 …String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices</String>
60 <String>/redfish/v1/Chassis/{ChassisId}/LogServices</String>
H A DLogEntryCollection_v1.xml56 <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries</String>
57 … <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries</String>
58 …ionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/…
59 …redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/…
60 <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries</String>
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DLogServiceCollection_v1.xml56 <String>/redfish/v1/Managers/{ManagerId}/LogServices</String>
57 <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices</String>
58 …CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices</String>
59 …String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices</String>
60 <String>/redfish/v1/Chassis/{ChassisId}/LogServices</String>
H A DLogEntryCollection_v1.xml56 <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries</String>
57 … <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries</String>
58 …ionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/…
59 …redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/…
60 <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries</String>
/openbmc/bios-bmc-smm-error-logger/test/
H A Dexternal_storer_file_test.cpp91 "@odata.id": "/redfish/v1/Systems/system/LogServices/6F7-C1A7C", in TEST_F()
103 "@odata.id": "/redfish/v1/Systems/system/LogServices/6F7-C1A7C", in TEST_F()
108 "/some/path/redfish/v1/Systems/system/LogServices/6F7-C1A7C"; in TEST_F()
110 "/some/path/redfish/v1/Systems/system/LogServices/6F7-C1A7C/Entries"; in TEST_F()
137 "@odata.id": "/redfish/v1/Systems/system/LogServices/6F7-C1A7C", in TEST_F()
142 "/some/path/redfish/v1/Systems/system/LogServices/6F7-C1A7C"; in TEST_F()
144 "/some/path/redfish/v1/Systems/system/LogServices/6F7-C1A7C/Entries"; in TEST_F()
/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…
404 …${error_uris}= redfish_utils.get_member_list /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventL…
435 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/31",
/openbmc/openbmc-test-automation/lib/
H A Ddump_utils.robot171 Redfish.Delete /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/${dump_id}
178 ${resp}= Redfish.Get /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries
181 Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.ClearLog
203 Redfish.Post /redfish/v1/Systems/${SYSTEM_ID}/LogServices/Dump/Actions/LogService.ClearLog
289 … ... /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData
313 …${resp}= Redfish.Post /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Col…
337 # "Location: /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/2"]
341 …# "TargetUri": "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.Collect…
396 # "Location: /redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Entries/2"]
401 # "/redfish/v1/Managers/${MANAGER_ID}/LogServices/Dump/Actions/LogService.CollectDiagnosticData"
[all …]
H A Dlogging_utils.robot254 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",
260 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",
322 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventLog/ LogService.ClearLog
338 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/ LogService.ClearLog
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 …${members}= Redfish.Get Attribute /redfish/v1/Systems/${SYSTEM_ID}/LogServices/PostCodes/Entries…
387 # URI : /redfish/v1/Systems/system/LogServices/EventLog/Entries
391 # '@odata.id': '/redfish/v1/Systems/system/LogServices/EventLog/Entries',
/openbmc/bmcweb/docs/
H A DRedfish.md576 - LogServices
629 ### /redfish/v1/Managers/bmc/LogServices/
662 ### /redfish/v1/Managers/bmc/LogServices/RedfishLog/
673 ### /redfish/v1/Managers/bmc/LogServices/RedfishLog/Entries/{LogEntryId}/
823 - LogServices
889 ### /redfish/v1/Systems/system/LogServices/
898 ### /redfish/v1/Systems/system/LogServices/EventLog/
909 ### /redfish/v1/Systems/system/LogServices/EventLog/Entries/
917 ### /redfish/v1/Systems/system/LogServices/EventLog/Entries/{LogEntryId}/
929 ### /redfish/v1/Systems/system/LogServices/SE
653 LogServiceCollectionRedfish""Redfish Schema""/redfish/v1/Managers/bmc/LogServices/ global() argument
888 LogServiceCollectionRedfish""Redfish Schema""/redfish/v1/Systems/system/LogServices/ global() argument
[all...]
/openbmc/bmcweb/scripts/
H A Dhostlogger_test.py66 + "LogServices/HostLogger/Entries/"
82 "https://{}/redfish/v1/Systems/system/LogServices/"

123