Lines Matching full:json

18 #include <nlohmann/json.hpp>
30 nlohmann::json::object_t resourceCreated();
32 nlohmann::json::object_t resourceRemoved();
34 nlohmann::json::object_t resourceErrorsDetected(std::string_view arg1,
37 nlohmann::json::object_t resourceErrorsCorrected(std::string_view arg1,
40 nlohmann::json::object_t resourceErrorThresholdExceeded(std::string_view arg1,
43 nlohmann::json::object_t resourceErrorThresholdCleared(std::string_view arg1,
46 nlohmann::json::object_t resourceWarningThresholdExceeded(
49 nlohmann::json::object_t resourceWarningThresholdCleared(std::string_view arg1,
52 nlohmann::json::object_t resourceStatusChangedOK(std::string_view arg1,
55 nlohmann::json::object_t resourceStatusChangedWarning(std::string_view arg1,
58 nlohmann::json::object_t resourceStatusChangedCritical(std::string_view arg1,
61 nlohmann::json::object_t resourceStateChanged(std::string_view arg1,
64 nlohmann::json::object_t resourcePoweredOn(std::string_view arg1);
66 nlohmann::json::object_t resourcePoweringOn(std::string_view arg1);
68 nlohmann::json::object_t resourcePoweredOff(std::string_view arg1);
70 nlohmann::json::object_t resourcePoweringOff(std::string_view arg1);
72 nlohmann::json::object_t resourcePaused(std::string_view arg1);
74 nlohmann::json::object_t uRIForResourceChanged();
76 nlohmann::json::object_t resourceChanged();
78 nlohmann::json::object_t resourceVersionIncompatible(std::string_view arg1);
80 nlohmann::json::object_t resourceSelfTestFailed(std::string_view arg1);
82 nlohmann::json::object_t resourceSelfTestCompleted();
84 nlohmann::json::object_t testMessage();
86 nlohmann::json::object_t aggregationSourceDiscovered(std::string_view arg1,
89 nlohmann::json::object_t licenseExpired(std::string_view arg1,
92 nlohmann::json::object_t licenseChanged(std::string_view arg1,
95 nlohmann::json::object_t licenseAdded(std::string_view arg1,