Lines Matching full:json
16 #include <nlohmann/json.hpp>
34 static nlohmann::json::object_t getLog( in getLog()
50 * @brief Formats ResourceCreated message into JSON
55 nlohmann::json::object_t resourceCreated() in resourceCreated()
63 * @brief Formats ResourceRemoved message into JSON
68 nlohmann::json::object_t resourceRemoved() in resourceRemoved()
76 * @brief Formats ResourceErrorsDetected message into JSON
81 nlohmann::json::object_t resourceErrorsDetected(std::string_view arg1, in resourceErrorsDetected()
91 * @brief Formats ResourceErrorsCorrected message into JSON
96 nlohmann::json::object_t resourceErrorsCorrected(std::string_view arg1, in resourceErrorsCorrected()
106 * @brief Formats ResourceErrorThresholdExceeded message into JSON
111 nlohmann::json::object_t resourceErrorThresholdExceeded(std::string_view arg1, in resourceErrorThresholdExceeded()
121 * @brief Formats ResourceErrorThresholdCleared message into JSON
126 nlohmann::json::object_t resourceErrorThresholdCleared(std::string_view arg1, in resourceErrorThresholdCleared()
136 * @brief Formats ResourceWarningThresholdExceeded message into JSON
141 nlohmann::json::object_t resourceWarningThresholdExceeded(std::string_view arg1, in resourceWarningThresholdExceeded()
151 * @brief Formats ResourceWarningThresholdCleared message into JSON
156 nlohmann::json::object_t resourceWarningThresholdCleared(std::string_view arg1, in resourceWarningThresholdCleared()
166 * @brief Formats ResourceStatusChangedOK message into JSON
171 nlohmann::json::object_t resourceStatusChangedOK(std::string_view arg1, in resourceStatusChangedOK()
181 * @brief Formats ResourceStatusChangedWarning message into JSON
186 nlohmann::json::object_t resourceStatusChangedWarning(std::string_view arg1, in resourceStatusChangedWarning()
196 * @brief Formats ResourceStatusChangedCritical message into JSON
201 nlohmann::json::object_t resourceStatusChangedCritical(std::string_view arg1, in resourceStatusChangedCritical()
211 * @brief Formats ResourceStateChanged message into JSON
216 nlohmann::json::object_t resourceStateChanged(std::string_view arg1, in resourceStateChanged()
226 * @brief Formats ResourcePoweredOn message into JSON
231 nlohmann::json::object_t resourcePoweredOn(std::string_view arg1) in resourcePoweredOn()
239 * @brief Formats ResourcePoweringOn message into JSON
244 nlohmann::json::object_t resourcePoweringOn(std::string_view arg1) in resourcePoweringOn()
252 * @brief Formats ResourcePoweredOff message into JSON
257 nlohmann::json::object_t resourcePoweredOff(std::string_view arg1) in resourcePoweredOff()
265 * @brief Formats ResourcePoweringOff message into JSON
270 nlohmann::json::object_t resourcePoweringOff(std::string_view arg1) in resourcePoweringOff()
279 * @brief Formats ResourcePaused message into JSON
284 nlohmann::json::object_t resourcePaused(std::string_view arg1) in resourcePaused()
292 * @brief Formats URIForResourceChanged message into JSON
297 nlohmann::json::object_t uRIForResourceChanged() in uRIForResourceChanged()
305 * @brief Formats ResourceChanged message into JSON
310 nlohmann::json::object_t resourceChanged() in resourceChanged()
318 * @brief Formats ResourceVersionIncompatible message into JSON
323 nlohmann::json::object_t resourceVersionIncompatible(std::string_view arg1) in resourceVersionIncompatible()
332 * @brief Formats ResourceSelfTestFailed message into JSON
337 nlohmann::json::object_t resourceSelfTestFailed(std::string_view arg1) in resourceSelfTestFailed()
346 * @brief Formats ResourceSelfTestCompleted message into JSON
351 nlohmann::json::object_t resourceSelfTestCompleted() in resourceSelfTestCompleted()
360 * @brief Formats TestMessage message into JSON
365 nlohmann::json::object_t testMessage() in testMessage()
372 * @brief Formats AggregationSourceDiscovered message into JSON
377 nlohmann::json::object_t aggregationSourceDiscovered(std::string_view arg1, in aggregationSourceDiscovered()
387 * @brief Formats LicenseExpired message into JSON
392 nlohmann::json::object_t licenseExpired(std::string_view arg1, in licenseExpired()
401 * @brief Formats LicenseChanged message into JSON
406 nlohmann::json::object_t licenseChanged(std::string_view arg1, in licenseChanged()
415 * @brief Formats LicenseAdded message into JSON
420 nlohmann::json::object_t licenseAdded(std::string_view arg1, in licenseAdded()