Lines Matching refs:jsonValue
387 asyncResp->res.jsonValue["@odata.type"] = in getDumpEntryCollection()
389 asyncResp->res.jsonValue["@odata.id"] = std::move(odataIdStr); in getDumpEntryCollection()
390 asyncResp->res.jsonValue["Name"] = dumpType + " Dump Entries"; in getDumpEntryCollection()
391 asyncResp->res.jsonValue["Description"] = in getDumpEntryCollection()
466 asyncResp->res.jsonValue["Members@odata.count"] = in getDumpEntryCollection()
468 asyncResp->res.jsonValue["Members"] = std::move(entriesArray); in getDumpEntryCollection()
529 asyncResp->res.jsonValue["@odata.type"] = in getDumpEntryById()
531 asyncResp->res.jsonValue["@odata.id"] = entriesPath + entryID; in getDumpEntryById()
532 asyncResp->res.jsonValue["Id"] = entryID; in getDumpEntryById()
533 asyncResp->res.jsonValue["EntryType"] = "Event"; in getDumpEntryById()
534 asyncResp->res.jsonValue["Name"] = dumpType + " Dump Entry"; in getDumpEntryById()
535 asyncResp->res.jsonValue["Created"] = in getDumpEntryById()
540 asyncResp->res.jsonValue["Originator"] = originatorId; in getDumpEntryById()
541 asyncResp->res.jsonValue["OriginatorType"] = originatorType; in getDumpEntryById()
546 asyncResp->res.jsonValue["DiagnosticDataType"] = "Manager"; in getDumpEntryById()
547 asyncResp->res.jsonValue["AdditionalDataURI"] = in getDumpEntryById()
549 asyncResp->res.jsonValue["AdditionalDataSizeBytes"] = size; in getDumpEntryById()
553 asyncResp->res.jsonValue["DiagnosticDataType"] = "OEM"; in getDumpEntryById()
554 asyncResp->res.jsonValue["OEMDiagnosticDataType"] = in getDumpEntryById()
556 asyncResp->res.jsonValue["AdditionalDataURI"] = in getDumpEntryById()
558 asyncResp->res.jsonValue["AdditionalDataSizeBytes"] = size; in getDumpEntryById()
1160 asyncResp->res.jsonValue["@odata.type"] = in requestRoutesSystemLogServiceCollection()
1162 asyncResp->res.jsonValue["@odata.id"] = in requestRoutesSystemLogServiceCollection()
1165 asyncResp->res.jsonValue["Name"] = "System Log Services Collection"; in requestRoutesSystemLogServiceCollection()
1166 asyncResp->res.jsonValue["Description"] = in requestRoutesSystemLogServiceCollection()
1169 asyncResp->res.jsonValue["Members"]; in requestRoutesSystemLogServiceCollection()
1202 asyncResp->res.jsonValue["Members@odata.count"] = in requestRoutesSystemLogServiceCollection()
1223 asyncResp->res.jsonValue["Members"]; in requestRoutesSystemLogServiceCollection()
1232 asyncResp->res.jsonValue["Members@odata.count"] = in requestRoutesSystemLogServiceCollection()
1260 asyncResp->res.jsonValue["@odata.id"] = in requestRoutesEventLogService()
1263 asyncResp->res.jsonValue["@odata.type"] = in requestRoutesEventLogService()
1265 asyncResp->res.jsonValue["Name"] = "Event Log Service"; in requestRoutesEventLogService()
1266 asyncResp->res.jsonValue["Description"] = in requestRoutesEventLogService()
1268 asyncResp->res.jsonValue["Id"] = "EventLog"; in requestRoutesEventLogService()
1269 asyncResp->res.jsonValue["OverWritePolicy"] = in requestRoutesEventLogService()
1275 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in requestRoutesEventLogService()
1276 asyncResp->res.jsonValue["DateTimeLocalOffset"] = in requestRoutesEventLogService()
1279 asyncResp->res.jsonValue["Entries"]["@odata.id"] = std::format( in requestRoutesEventLogService()
1283 .jsonValue["Actions"]["#LogService.ClearLog"]["target"] in requestRoutesEventLogService()
1518 asyncResp->res.jsonValue["Members@odata.count"] = entriesArray.size(); in afterLogEntriesGetManagedObjects()
1519 asyncResp->res.jsonValue["Members"] = std::move(entriesArray); in afterLogEntriesGetManagedObjects()
1556 asyncResp->res.jsonValue["@odata.type"] = in handleSystemsLogServiceEventLogLogEntryCollection()
1558 asyncResp->res.jsonValue["@odata.id"] = in handleSystemsLogServiceEventLogLogEntryCollection()
1561 asyncResp->res.jsonValue["Name"] = "System Event Log Entries"; in handleSystemsLogServiceEventLogLogEntryCollection()
1562 asyncResp->res.jsonValue["Description"] = in handleSystemsLogServiceEventLogLogEntryCollection()
1565 nlohmann::json& logEntryArray = asyncResp->res.jsonValue["Members"]; in handleSystemsLogServiceEventLogLogEntryCollection()
1619 asyncResp->res.jsonValue["Members@odata.count"] = entryCount; in handleSystemsLogServiceEventLogLogEntryCollection()
1622 asyncResp->res.jsonValue["Members@odata.nextLink"] = in handleSystemsLogServiceEventLogLogEntryCollection()
1700 asyncResp->res.jsonValue.update(bmcLogEntry); in handleSystemsLogServiceEventLogEntriesGet()
1723 asyncResp->res.jsonValue["@odata.type"] = in dBusEventLogEntryCollection()
1725 asyncResp->res.jsonValue["@odata.id"] = in dBusEventLogEntryCollection()
1728 asyncResp->res.jsonValue["Name"] = "System Event Log Entries"; in dBusEventLogEntryCollection()
1729 asyncResp->res.jsonValue["Description"] = in dBusEventLogEntryCollection()
1799 asyncResp->res.jsonValue); in dBusEventLogEntryGet()
1963 asyncResp->res.jsonValue["@odata.type"] = in handleBMCLogServicesCollectionGet()
1965 asyncResp->res.jsonValue["@odata.id"] = boost::urls::format( in handleBMCLogServicesCollectionGet()
1967 asyncResp->res.jsonValue["Name"] = "Open BMC Log Services Collection"; in handleBMCLogServicesCollectionGet()
1968 asyncResp->res.jsonValue["Description"] = in handleBMCLogServicesCollectionGet()
1970 nlohmann::json& logServiceArray = asyncResp->res.jsonValue["Members"]; in handleBMCLogServicesCollectionGet()
1982 asyncResp->res.jsonValue["Members@odata.count"] = logServiceArray.size(); in handleBMCLogServicesCollectionGet()
2005 asyncResp->res.jsonValue["Members"]; in handleBMCLogServicesCollectionGet()
2027 asyncResp->res.jsonValue["Members@odata.count"] = in handleBMCLogServicesCollectionGet()
2079 asyncResp->res.jsonValue["@odata.id"] = dumpPath; in getDumpServiceInfo()
2080 asyncResp->res.jsonValue["@odata.type"] = "#LogService.v1_2_0.LogService"; in getDumpServiceInfo()
2081 asyncResp->res.jsonValue["Name"] = "Dump LogService"; in getDumpServiceInfo()
2082 asyncResp->res.jsonValue["Description"] = dumpType + " Dump LogService"; in getDumpServiceInfo()
2083 asyncResp->res.jsonValue["Id"] = std::filesystem::path(dumpPath).filename(); in getDumpServiceInfo()
2084 asyncResp->res.jsonValue["OverWritePolicy"] = overWritePolicy; in getDumpServiceInfo()
2088 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in getDumpServiceInfo()
2089 asyncResp->res.jsonValue["DateTimeLocalOffset"] = in getDumpServiceInfo()
2092 asyncResp->res.jsonValue["Entries"]["@odata.id"] = dumpPath + "/Entries"; in getDumpServiceInfo()
2096 asyncResp->res.jsonValue["Actions"]["#LogService.CollectDiagnosticData"] in getDumpServiceInfo()
2120 asyncResp->res.jsonValue["Actions"]["#LogService.ClearLog"] in getDumpServiceInfo()
2597 asyncResp->res.jsonValue["@odata.id"] = in requestRoutesCrashdumpService()
2600 asyncResp->res.jsonValue["@odata.type"] = in requestRoutesCrashdumpService()
2602 asyncResp->res.jsonValue["Name"] = "Open BMC Oem Crashdump Service"; in requestRoutesCrashdumpService()
2603 asyncResp->res.jsonValue["Description"] = "Oem Crashdump Service"; in requestRoutesCrashdumpService()
2604 asyncResp->res.jsonValue["Id"] = "Crashdump"; in requestRoutesCrashdumpService()
2605 asyncResp->res.jsonValue["OverWritePolicy"] = in requestRoutesCrashdumpService()
2607 asyncResp->res.jsonValue["MaxNumberOfRecords"] = 3; in requestRoutesCrashdumpService()
2611 asyncResp->res.jsonValue["DateTime"] = redfishDateTimeOffset.first; in requestRoutesCrashdumpService()
2612 asyncResp->res.jsonValue["DateTimeLocalOffset"] = in requestRoutesCrashdumpService()
2615 asyncResp->res.jsonValue["Entries"]["@odata.id"] = std::format( in requestRoutesCrashdumpService()
2618 asyncResp->res.jsonValue["Actions"]["#LogService.ClearLog"] in requestRoutesCrashdumpService()
2623 .jsonValue["Actions"]["#LogService.CollectDiagnosticData"] in requestRoutesCrashdumpService()
2733 asyncResp->res.jsonValue["Members@odata.count"] = in logCrashdumpEntry()
2798 asyncResp->res.jsonValue["@odata.type"] = in requestRoutesCrashdumpEntryCollection()
2800 asyncResp->res.jsonValue["@odata.id"] = std::format( in requestRoutesCrashdumpEntryCollection()
2803 asyncResp->res.jsonValue["Name"] = in requestRoutesCrashdumpEntryCollection()
2805 asyncResp->res.jsonValue["Description"] = in requestRoutesCrashdumpEntryCollection()
2807 asyncResp->res.jsonValue["Members"] = in requestRoutesCrashdumpEntryCollection()
2809 asyncResp->res.jsonValue["Members@odata.count"] = 0; in requestRoutesCrashdumpEntryCollection()
2822 asyncResp->res.jsonValue["Members"]); in requestRoutesCrashdumpEntryCollection()
2860 logCrashdumpEntry(asyncResp, logID, asyncResp->res.jsonValue); in requestRoutesCrashdumpEntry()