Lines Matching full:json
16 #include <nlohmann/json.hpp>
34 static nlohmann::json getLog(redfish::registries::resource_event::Index name, in getLog()
49 * @brief Formats ResourceCreated message into JSON
54 nlohmann::json resourceCreated() in resourceCreated()
62 * @brief Formats ResourceRemoved message into JSON
67 nlohmann::json resourceRemoved() in resourceRemoved()
75 * @brief Formats ResourceErrorsDetected message into JSON
80 nlohmann::json resourceErrorsDetected(std::string_view arg1, in resourceErrorsDetected()
90 * @brief Formats ResourceErrorsCorrected message into JSON
95 nlohmann::json resourceErrorsCorrected(std::string_view arg1, in resourceErrorsCorrected()
105 * @brief Formats ResourceErrorThresholdExceeded message into JSON
110 nlohmann::json
120 * @brief Formats ResourceErrorThresholdCleared message into JSON
125 nlohmann::json
135 * @brief Formats ResourceWarningThresholdExceeded message into JSON
140 nlohmann::json resourceWarningThresholdExceeded(std::string_view arg1, in resourceWarningThresholdExceeded()
150 * @brief Formats ResourceWarningThresholdCleared message into JSON
155 nlohmann::json resourceWarningThresholdCleared(std::string_view arg1, in resourceWarningThresholdCleared()
165 * @brief Formats ResourceStatusChangedOK message into JSON
170 nlohmann::json resourceStatusChangedOK(std::string_view arg1, in resourceStatusChangedOK()
180 * @brief Formats ResourceStatusChangedWarning message into JSON
185 nlohmann::json
195 * @brief Formats ResourceStatusChangedCritical message into JSON
200 nlohmann::json
210 * @brief Formats ResourceStateChanged message into JSON
215 nlohmann::json resourceStateChanged(std::string_view arg1, in resourceStateChanged()
225 * @brief Formats ResourcePoweredOn message into JSON
230 nlohmann::json resourcePoweredOn(std::string_view arg1) in resourcePoweredOn()
238 * @brief Formats ResourcePoweringOn message into JSON
243 nlohmann::json resourcePoweringOn(std::string_view arg1) in resourcePoweringOn()
252 * @brief Formats ResourcePoweredOff message into JSON
257 nlohmann::json resourcePoweredOff(std::string_view arg1) in resourcePoweredOff()
266 * @brief Formats ResourcePoweringOff message into JSON
271 nlohmann::json resourcePoweringOff(std::string_view arg1) in resourcePoweringOff()
280 * @brief Formats ResourcePaused message into JSON
285 nlohmann::json resourcePaused(std::string_view arg1) in resourcePaused()
293 * @brief Formats URIForResourceChanged message into JSON
298 nlohmann::json uRIForResourceChanged() in uRIForResourceChanged()
306 * @brief Formats ResourceChanged message into JSON
311 nlohmann::json resourceChanged() in resourceChanged()
319 * @brief Formats ResourceVersionIncompatible message into JSON
324 nlohmann::json resourceVersionIncompatible(std::string_view arg1) in resourceVersionIncompatible()
333 * @brief Formats ResourceSelfTestFailed message into JSON
338 nlohmann::json resourceSelfTestFailed(std::string_view arg1) in resourceSelfTestFailed()
347 * @brief Formats ResourceSelfTestCompleted message into JSON
352 nlohmann::json resourceSelfTestCompleted() in resourceSelfTestCompleted()
361 * @brief Formats TestMessage message into JSON
366 nlohmann::json testMessage() in testMessage()
373 * @brief Formats AggregationSourceDiscovered message into JSON
378 nlohmann::json aggregationSourceDiscovered(std::string_view arg1, in aggregationSourceDiscovered()
388 * @brief Formats LicenseExpired message into JSON
393 nlohmann::json licenseExpired(std::string_view arg1, std::string_view arg2) in licenseExpired()
401 * @brief Formats LicenseChanged message into JSON
406 nlohmann::json licenseChanged(std::string_view arg1, std::string_view arg2) in licenseChanged()
414 * @brief Formats LicenseAdded message into JSON
419 nlohmann::json licenseAdded(std::string_view arg1, std::string_view arg2) in licenseAdded()