Lines Matching full:json
16 #include <nlohmann/json.hpp>
38 static nlohmann::json::object_t getLog( in getLog()
54 * @brief Formats ResourceCreated message into JSON
59 nlohmann::json::object_t resourceCreated() in resourceCreated()
67 * @brief Formats ResourceRemoved message into JSON
72 nlohmann::json::object_t resourceRemoved() in resourceRemoved()
80 * @brief Formats ResourceErrorsDetected message into JSON
85 nlohmann::json::object_t resourceErrorsDetected(std::string_view arg1, in resourceErrorsDetected()
95 * @brief Formats ResourceErrorsCorrected message into JSON
100 nlohmann::json::object_t resourceErrorsCorrected(std::string_view arg1, in resourceErrorsCorrected()
110 * @brief Formats ResourceErrorThresholdExceeded message into JSON
115 nlohmann::json::object_t resourceErrorThresholdExceeded(std::string_view arg1, in resourceErrorThresholdExceeded()
126 * @brief Formats ResourceErrorThresholdCleared message into JSON
131 nlohmann::json::object_t resourceErrorThresholdCleared(std::string_view arg1, in resourceErrorThresholdCleared()
142 * @brief Formats ResourceWarningThresholdExceeded message into JSON
147 nlohmann::json::object_t resourceWarningThresholdExceeded(std::string_view arg1, in resourceWarningThresholdExceeded()
158 * @brief Formats ResourceWarningThresholdCleared message into JSON
163 nlohmann::json::object_t resourceWarningThresholdCleared(std::string_view arg1, in resourceWarningThresholdCleared()
174 * @brief Formats ResourceStatusChangedOK message into JSON
179 nlohmann::json::object_t resourceStatusChangedOK(std::string_view arg1, in resourceStatusChangedOK()
189 * @brief Formats ResourceStatusChangedWarning message into JSON
194 nlohmann::json::object_t resourceStatusChangedWarning(std::string_view arg1, in resourceStatusChangedWarning()
204 * @brief Formats ResourceStatusChangedCritical message into JSON
209 nlohmann::json::object_t resourceStatusChangedCritical(std::string_view arg1, in resourceStatusChangedCritical()
219 * @brief Formats ResourceStateChanged message into JSON
224 nlohmann::json::object_t resourceStateChanged(std::string_view arg1, in resourceStateChanged()
234 * @brief Formats ResourcePoweredOn message into JSON
239 nlohmann::json::object_t resourcePoweredOn(std::string_view arg1) in resourcePoweredOn()
247 * @brief Formats ResourcePoweringOn message into JSON
252 nlohmann::json::object_t resourcePoweringOn(std::string_view arg1) in resourcePoweringOn()
260 * @brief Formats ResourcePoweredOff message into JSON
265 nlohmann::json::object_t resourcePoweredOff(std::string_view arg1) in resourcePoweredOff()
273 * @brief Formats ResourcePoweringOff message into JSON
278 nlohmann::json::object_t resourcePoweringOff(std::string_view arg1) in resourcePoweringOff()
287 * @brief Formats ResourcePaused message into JSON
292 nlohmann::json::object_t resourcePaused(std::string_view arg1) in resourcePaused()
300 * @brief Formats URIForResourceChanged message into JSON
305 nlohmann::json::object_t uRIForResourceChanged() in uRIForResourceChanged()
313 * @brief Formats ResourceChanged message into JSON
318 nlohmann::json::object_t resourceChanged() in resourceChanged()
326 * @brief Formats ResourceVersionIncompatible message into JSON
331 nlohmann::json::object_t resourceVersionIncompatible(std::string_view arg1) in resourceVersionIncompatible()
340 * @brief Formats ResourceSelfTestFailed message into JSON
345 nlohmann::json::object_t resourceSelfTestFailed(std::string_view arg1) in resourceSelfTestFailed()
354 * @brief Formats ResourceSelfTestCompleted message into JSON
359 nlohmann::json::object_t resourceSelfTestCompleted() in resourceSelfTestCompleted()
368 * @brief Formats TestMessage message into JSON
373 nlohmann::json::object_t testMessage() in testMessage()
380 * @brief Formats AggregationSourceDiscovered message into JSON
385 nlohmann::json::object_t aggregationSourceDiscovered(std::string_view arg1, in aggregationSourceDiscovered()
395 * @brief Formats LicenseExpired message into JSON
400 nlohmann::json::object_t licenseExpired(std::string_view arg1, in licenseExpired()
409 * @brief Formats LicenseChanged message into JSON
414 nlohmann::json::object_t licenseChanged(std::string_view arg1, in licenseChanged()
423 * @brief Formats LicenseAdded message into JSON
428 nlohmann::json::object_t licenseAdded(std::string_view arg1, in licenseAdded()