Lines Matching full:json

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