Home
last modified time | relevance | path

Searched refs:redfishReportActions (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report_definition.hpp298 nlohmann::json::array_t redfishReportActions; in fillReportDefinition() local
310 redfishReportActions.emplace_back(redfishAction); in fillReportDefinition()
313 asyncResp->res.jsonValue["ReportActions"] = std::move(redfishReportActions); in fillReportDefinition()